1
0
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:
Fredrik Oseberg 2021-02-11 11:47:33 +01:00 committed by Christopher Kolstad
parent 66ef6f68aa
commit 966eb44337
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -10,6 +10,12 @@
"root": true,
"rules": {
"class-methods-use-this": [0],
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
],
"prettier/prettier": ["error"],
"func-names": "off",
"strict": [0, "global"],