Upload 5.23
This commit is contained in:
@@ -4,6 +4,7 @@ module.exports = {
|
||||
browser: true,
|
||||
es6: true,
|
||||
'jest/globals': true,
|
||||
'cypress/globals': true
|
||||
},
|
||||
extends: ['eslint:recommended', 'plugin:react/recommended'],
|
||||
parserOptions: {
|
||||
@@ -13,7 +14,7 @@ module.exports = {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module',
|
||||
},
|
||||
plugins: ['react', 'jest'],
|
||||
plugins: ['react', 'jest', 'cypress'],
|
||||
rules: {
|
||||
indent: ['error', 2],
|
||||
'linebreak-style': ['error', 'unix'],
|
||||
|
||||
Reference in New Issue
Block a user