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 ab7af7e commit 1760f36Copy full SHA for 1760f36
.eslintrc.json
@@ -13,7 +13,8 @@
13
"react/jsx-filename-extension": [1, { "extensions": [".js"] }],
14
"import/extensions": [2, "ignorePackages"],
15
"import/no-unresolved": [2, { "ignore": ["json-api"] }],
16
- "import/prefer-default-export": 0
+ "import/prefer-default-export": 0,
17
+ "no-prototype-builtins": 0
18
},
19
"overrides": [
20
{
0 commit comments