@mitm/eslint-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@mitm/eslint-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "./index.js", | ||
"typings": "./index.d.ts" | ||
} |
@@ -39,2 +39,3 @@ declare const _extends: string[]; | ||
functions: boolean; | ||
classes: boolean; | ||
})[]; | ||
@@ -41,0 +42,0 @@ 'no-useless-constructor': string; |
@@ -43,3 +43,3 @@ "use strict"; | ||
'no-use-before-define': 'off', | ||
'@typescript-eslint/no-use-before-define': ['warn', { functions: false }], | ||
'@typescript-eslint/no-use-before-define': ['warn', { functions: false, classes: false }], | ||
'no-useless-constructor': 'off', | ||
@@ -46,0 +46,0 @@ '@typescript-eslint/no-useless-constructor': ['warn'], |
Sorry, the diff of this file is not supported yet
25619
479