This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-02-28 11:09:30 +00:00
|
|
|
{
|
2020-03-23 14:02:47 +00:00
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es6": true,
|
|
|
|
"cypress/globals": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": ["prettier", "eslint:recommended", "plugin:react/recommended"],
|
|
|
|
"settings": {
|
|
|
|
"react": {
|
|
|
|
"version": "detect"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"parserOptions": {
|
|
|
|
"ecmaFeatures": {
|
|
|
|
"jsx": true
|
2020-02-28 11:09:30 +00:00
|
|
|
},
|
2020-07-27 09:30:55 +00:00
|
|
|
"ecmaVersion": 2020,
|
2020-03-23 14:02:47 +00:00
|
|
|
"sourceType": "module"
|
|
|
|
},
|
|
|
|
"plugins": ["react", "cypress"]
|
|
|
|
}
|