1 | module.exports = { |
||
2 | "extends": "standard", |
||
0 ignored issues
–
show
Unused Code
Bug
introduced
by
![]() |
|||
3 | "env": { |
||
4 | "jest": true |
||
5 | }, |
||
6 | "plugins": [ |
||
7 | "react" |
||
8 | ], |
||
9 | "extends": [ |
||
10 | "eslint:recommended", |
||
11 | "plugin:react/recommended" |
||
12 | ], |
||
13 | "parser": "babel-eslint" |
||
14 | } |
||
15 |