eslint-config-aether
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "eslint-config-aether", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A custom code style for ESLint.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/eslint-config-aether", |
@@ -17,3 +17,2 @@ module.exports = { | ||
"no-unused-vars": "off", | ||
"strict-boolean-expressions": "error", | ||
"@typescript-eslint/indent": ["error", "tab", { | ||
@@ -26,4 +25,5 @@ "SwitchCase": 1 | ||
"args": "none" | ||
}] | ||
}], | ||
"@typescript-eslint/strict-boolean-expressions": "warn" | ||
} | ||
}; |
7904