@genie-solutions/eslint-config-genie
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -42,2 +42,10 @@ require("eslint-config-airbnb"); | ||
"import/extensions": 0, | ||
"@typescript-eslint/no-unused-vars": [ | ||
"error", | ||
{ argsIgnorePattern: "^_", ignoreRestSiblings: true }, | ||
], | ||
"no-unused-vars": [ | ||
"error", | ||
{ argsIgnorePattern: "^_", ignoreRestSiblings: true }, | ||
], | ||
}, | ||
@@ -58,2 +66,3 @@ settings: { | ||
}, | ||
root: true, | ||
env: { | ||
@@ -60,0 +69,0 @@ browser: true, |
{ | ||
"name": "@genie-solutions/eslint-config-genie", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Standard eslint config for Genie Solutions projects", | ||
@@ -5,0 +5,0 @@ "main": ".eslintrc.js", |
93476
138