We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded07d8 commit 866d54fCopy full SHA for 866d54f
1 file changed
.eslintrc.cjs
@@ -30,7 +30,6 @@ module.exports = {
30
},
31
plugins: [
32
'import',
33
- 'wix-editor',
34
'@typescript-eslint',
35
'prettier',
36
'simple-import-sort',
@@ -45,14 +44,6 @@ module.exports = {
45
44
'max-lines': [1, { max: 300 }],
46
'max-params': [1, { max: 5 }],
47
'no-unneeded-ternary': [1],
48
- // wix-editor
49
- 'wix-editor/no-instanceof-array': 1,
50
- 'wix-editor/no-not-not': 1,
51
- 'wix-editor/no-unneeded-match': 1,
52
- 'wix-editor/prefer-filter': 1,
53
- 'wix-editor/prefer-ternary': 1,
54
- 'wix-editor/return-boolean': 1,
55
- 'wix-editor/simplify-boolean-expression': 1,
56
// import
57
'import/max-dependencies': [1, { max: 15 }],
58
// simple-import-sort with recomended settings
0 commit comments