editor.js/test/cypress/.eslintrc

22 lines
437 B
Plaintext
Raw Permalink Normal View History

{
"plugins": [
"cypress",
"chai-friendly"
],
"env": {
"cypress/globals": true
},
"extends": [
"plugin:cypress/recommended",
"plugin:chai-friendly/recommended"
],
"rules": {
"cypress/require-data-selectors": 2,
"cypress/no-unnecessary-waiting": 0,
"@typescript-eslint/no-magic-numbers": 0
},
"globals": {
"EditorJS": true
}
}