Skip to content

Commit 866d54f

Browse files
style(eslint): rm wix-editor plugin's config
Signed-off-by: Derek Lewis <[email protected]>
1 parent ded07d8 commit 866d54f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.eslintrc.cjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ module.exports = {
3030
},
3131
plugins: [
3232
'import',
33-
'wix-editor',
3433
'@typescript-eslint',
3534
'prettier',
3635
'simple-import-sort',
@@ -45,14 +44,6 @@ module.exports = {
4544
'max-lines': [1, { max: 300 }],
4645
'max-params': [1, { max: 5 }],
4746
'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,
5647
// import
5748
'import/max-dependencies': [1, { max: 15 }],
5849
// simple-import-sort with recomended settings

0 commit comments

Comments
 (0)