We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db0659 commit 280098eCopy full SHA for 280098e
1 file changed
.eslintrc
@@ -11,14 +11,16 @@
11
"padded-blocks": 0,
12
"react/prefer-stateless-function": 0,
13
"no-underscore-dangle": [ "error", { "allowAfterThis": true }],
14
- "import/no-unresolved": [ "error", "ignore": [
15
- 'config',
16
- 'components/',
17
- 'stores/',
18
- 'actions/',
19
- 'sources/',
20
- 'styles/',
21
- 'images/'
22
- ]]
+ "import/no-unresolved": ["error", {
+ "ignore": [
+ "config",
+ "components/",
+ "stores/",
+ "actions/",
+ "sources/",
+ "styles/",
+ "images/"
23
+ ]
24
+ }]
25
}
26
0 commit comments