Skip to content

Instantly share code, notes, and snippets.

@MPDADDY
Created April 29, 2023 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MPDADDY/ffc847bd264107bf50527693e5014e85 to your computer and use it in GitHub Desktop.
Save MPDADDY/ffc847bd264107bf50527693e5014e85 to your computer and use it in GitHub Desktop.
{
"connector": {
"name": "local",
"options": {
"pattern": ["**", "!.git/**", "!node_modules/**"]
}
},
"extends": ["development"],
"formatters": ["stylish"],
"hints": [
"button-type",
"disown-opener",
"html-checker",
"meta-charset-utf-8",
"meta-viewport",
"no-inline-styles:error"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment