We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f400414 commit 7fc58c5Copy full SHA for 7fc58c5
.eslintrc
@@ -16,5 +16,13 @@
16
"Link": "readonly",
17
"PropTypes": "readonly",
18
"React": "readonly"
19
+ },
20
+ "settings": {
21
+ "import/resolver": {
22
+ "node": {},
23
+ "webpack": {
24
+ "config": "next.config.js"
25
+ }
26
27
}
28
package.json
@@ -32,6 +32,8 @@
32
"babel-eslint": "^10.1.0",
33
"eslint": "^6.8.0",
34
"eslint-config-airbnb": "^18.1.0",
35
+ "eslint-import-resolver-node": "^0.3.3",
36
+ "eslint-import-resolver-webpack": "^0.12.1",
37
"eslint-plugin-import": "^2.20.2",
38
"eslint-plugin-jsx-a11y": "^6.2.3",
39
"eslint-plugin-react": "^7.19.0",
0 commit comments