19 строки
436 B
JSON
19 строки
436 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"jest/globals": true,
|
|
"webextensions": true
|
|
},
|
|
"extends": [ "standard", "standard-react" ],
|
|
"parser": "babel-eslint",
|
|
"plugins": [ "jest" ],
|
|
"rules": {
|
|
"jest/no-disabled-tests": "warn",
|
|
"jest/no-focused-tests": "error",
|
|
"jest/no-identical-title": "error",
|
|
"jest/prefer-to-have-length": "warn",
|
|
"jest/valid-expect": "error",
|
|
"semi": [ "error", "always" ]
|
|
}
|
|
}
|