eslint-config-aether
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "eslint-config-aether", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A custom code style for ESLint.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/eslint-config-aether", |
@@ -17,2 +17,3 @@ module.exports = { | ||
"no-unused-vars": "off", | ||
"strict-boolean-expressions": "error", | ||
"@typescript-eslint/indent": ["error", "tab", { | ||
@@ -19,0 +20,0 @@ "SwitchCase": 1 |
@@ -27,3 +27,3 @@ module.exports = require("./typescript-basic.js"); | ||
"modifiers": ["static", "readonly"], | ||
"format": ["PascalCase", "UPPER_CASE"], | ||
"format": ["camelCase", "PascalCase", "UPPER_CASE"], | ||
"leadingUnderscore": "forbid" | ||
@@ -30,0 +30,0 @@ }, |
7886
178