mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
feat: add devDependencies rule to eslintrc
This commit is contained in:
parent
66ef6f68aa
commit
966eb44337
@ -10,6 +10,12 @@
|
|||||||
"root": true,
|
"root": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
"class-methods-use-this": [0],
|
"class-methods-use-this": [0],
|
||||||
|
"import/no-extraneous-dependencies": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"devDependencies": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"prettier/prettier": ["error"],
|
"prettier/prettier": ["error"],
|
||||||
"func-names": "off",
|
"func-names": "off",
|
||||||
"strict": [0, "global"],
|
"strict": [0, "global"],
|
||||||
|
Loading…
Reference in New Issue
Block a user