Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
✅ fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 16, 2019
1 parent 8585ccf commit 80cf6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"browser": true,
"node": true,
"jest": true
},
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"consistent-return": 0,
"import/no-extraneous-dependencies": 0,
"import/prefer-default-export": 0,
"import/extensions": [2, "always", { "ts": "never", "tsx": "never", "js": "never", "jsx": "never" }],
"import/no-named-default": 0,
"react/jsx-filename-extension": [1, { "extensions": [".ts", ".tsx", ".js", ".jsx"] }],
"react/prop-types": 0,
Expand Down

0 comments on commit 80cf6b5

Please sign in to comment.