@blake.regalia/eslint-config-elite
Advanced tools
Comparing version 0.5.18 to 0.5.19
@@ -9,2 +9,3 @@ import { error, off, under, warn } from '../util.js'; | ||
]), | ||
'consistent-type-specifier-style': ['warn', 'prefer-top-level'], | ||
...under({ | ||
@@ -11,0 +12,0 @@ 'no-': { |
@@ -9,2 +9,6 @@ import { A_NAMING_CONVENTION_RULES } from '../naming.js'; | ||
}], | ||
'@typescript-eslint/consistent-type-imports': ['warn', { | ||
fixStyle: 'separate-type-imports', | ||
prefer: 'type-imports', | ||
}], | ||
...off([ | ||
@@ -11,0 +15,0 @@ 'array-type', |
{ | ||
"name": "@blake.regalia/eslint-config-elite", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "ESLint config enforcing snake-type semantics and opinionated styling", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
194810
1327