eslint-config-aether
Advanced tools
Comparing version
{ | ||
"name": "eslint-config-aether", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A custom code style for ESLint.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vanruesc/eslint-config-aether", |
@@ -26,2 +26,12 @@ module.exports = require("./typescript-basic.js"); | ||
{ | ||
"selector": "accessor", | ||
"modifiers": ["static"], | ||
"format": ["camelCase", "UPPER_CASE"] | ||
}, | ||
{ | ||
"selector": "classProperty", | ||
"modifiers": ["static", "readonly"], | ||
"format": ["camelCase", "UPPER_CASE"] | ||
}, | ||
{ | ||
"selector": "memberLike", | ||
@@ -28,0 +38,0 @@ "modifiers": ["private"], |
8120
3.01%171
6.21%