We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3bc41 commit 7d3d72dCopy full SHA for 7d3d72d
.eslintrc
@@ -6,7 +6,8 @@
6
},
7
"settings": {
8
"import/resolver": {
9
- "babel-root-import": {}
+ "babel-root-import": {},
10
+ "webpack": { "config": "webpack/dev.config.js" }
11
}
12
13
package.json
@@ -144,6 +144,7 @@
144
"eslint": "^3.12.2",
145
"eslint-config-airbnb": "^13.0.0",
146
"eslint-import-resolver-babel-root-import": "0.0.2",
147
+ "eslint-import-resolver-webpack": "^0.8.1",
148
"eslint-plugin-import": "^2.2.0",
149
"eslint-plugin-jsx-a11y": "^2.2.3",
150
"eslint-plugin-react": "^6.8.0",
0 commit comments