Created
April 29, 2023 10:19
-
-
Save MPDADDY/ffc847bd264107bf50527693e5014e85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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