@@ -11,7 +11,6 @@ module.exports = {
1111 'plugin:@typescript-eslint/recommended' ,
1212 'plugin:@typescript-eslint/recommended-requiring-type-checking' ,
1313 'plugin:@typescript-eslint/strict' ,
14- 'plugin:unicorn/recommended' ,
1514 'plugin:import/warnings' ,
1615 'plugin:regexp/recommended' ,
1716 'plugin:etc/recommended' ,
@@ -30,7 +29,6 @@ module.exports = {
3029 warnOnUnsupportedTypeScriptVersion : false ,
3130 } ,
3231 plugins : [
33- 'unicorn' ,
3432 'import' ,
3533 'wix-editor' ,
3634 '@typescript-eslint' ,
@@ -55,22 +53,6 @@ module.exports = {
5553 'wix-editor/prefer-ternary' : 1 ,
5654 'wix-editor/return-boolean' : 1 ,
5755 'wix-editor/simplify-boolean-expression' : 1 ,
58- // unicorn
59- 'unicorn/prefer-spread' : 0 ,
60- 'unicorn/catch-error-name' : 0 ,
61- 'unicorn/prefer-node-protocol' : 0 ,
62- 'unicorn/prevent-abbreviations' : [
63- 1 ,
64- {
65- replacements : {
66- args : false ,
67- err : false ,
68- prod : false ,
69- ref : false ,
70- params : false ,
71- } ,
72- } ,
73- ] ,
7456 // import
7557 'import/max-dependencies' : [ 1 , { max : 15 } ] ,
7658 // simple-import-sort with recomended settings
0 commit comments