mirror of https://github.com/Lissy93/dashy.git
🚨 Disables import/extensions
This commit is contained in:
parent
8d23c3d774
commit
91f31189ea
|
@ -74,6 +74,7 @@
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"import/no-unresolved": "off",
|
"import/no-unresolved": "off",
|
||||||
|
"import/extensions": "off",
|
||||||
"arrow-parens": 0,
|
"arrow-parens": 0,
|
||||||
"no-else-return": 0
|
"no-else-return": 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue