We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1a9d5 commit 93f97a2Copy full SHA for 93f97a2
templates/app/.eslintrc
@@ -149,7 +149,7 @@
149
"id-blacklist": 0, //blacklist certain identifiers to prevent them being used
150
"id-length": 0, //this option enforces minimum and maximum identifier lengths (variable names, property names etc.)
151
"id-match": 0, //require identifiers to match the provided regular expression
152
- "indent": ["error", 4], //specify tab or space width for your code
+ "indent": ["warning", 4], //specify tab or space width for your code
153
"jsx-quotes": 0, //specify whether double or single quotes should be used in JSX attributes
154
"key-spacing": 2, //enforce spacing between keys and values in object literal properties
155
"keyword-spacing": [2, {
0 commit comments