File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
11 | 11 | "rules": {
|
12 | 12 | "react/jsx-filename-extension": [1, { "extensions": [".js"] }],
|
13 | 13 | "import/extensions": [2, "ignorePackages"],
|
14 |
| -"import/no-unresolved": [2, { "ignore": ["json-api"] }] |
| 14 | +"import/no-unresolved": [2, { "ignore": ["json-api"] }], |
| 15 | +"import/prefer-default-export": 0 |
15 | 16 | },
|
16 | 17 | "overrides": [
|
17 | 18 | {
|
|
You can’t perform that action at this time.
0 commit comments