@dotcom-reliability-kit/eslint-config
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -13,2 +13,3 @@ export namespace env { | ||
'array-callback-return': string; | ||
eqeqeq: string; | ||
'constructor-super': string; | ||
@@ -29,2 +30,3 @@ 'for-direction': string; | ||
'no-ex-assign': string; | ||
'no-extend-native': string; | ||
'no-fallthrough': string; | ||
@@ -34,2 +36,3 @@ 'no-func-assign': string; | ||
'no-inner-declarations': string; | ||
'no-irregular-whitespace': string; | ||
'no-new-native-nonconstructor': string; | ||
@@ -41,2 +44,3 @@ 'no-obj-calls': string; | ||
'no-this-before-super': string; | ||
'no-undef': string; | ||
'no-unexpected-multiline': string; | ||
@@ -47,2 +51,3 @@ 'no-unreachable': string; | ||
'no-unused-private-class-members': string; | ||
'no-unused-vars': string; | ||
'require-atomic-updates': string; | ||
@@ -49,0 +54,0 @@ 'use-isnan': string; |
@@ -14,2 +14,3 @@ const config = { | ||
'array-callback-return': 'error', | ||
eqeqeq: 'error', | ||
'constructor-super': 'error', | ||
@@ -30,2 +31,3 @@ 'for-direction': 'error', | ||
'no-ex-assign': 'error', | ||
'no-extend-native': 'error', | ||
'no-fallthrough': 'error', | ||
@@ -35,2 +37,3 @@ 'no-func-assign': 'error', | ||
'no-inner-declarations': 'error', | ||
'no-irregular-whitespace': 'error', | ||
'no-new-native-nonconstructor': 'error', | ||
@@ -42,2 +45,3 @@ 'no-obj-calls': 'error', | ||
'no-this-before-super': 'error', | ||
'no-undef': 'error', | ||
'no-unexpected-multiline': 'error', | ||
@@ -48,2 +52,3 @@ 'no-unreachable': 'error', | ||
'no-unused-private-class-members': 'error', | ||
'no-unused-vars': 'error', | ||
'require-atomic-updates': 'error', | ||
@@ -50,0 +55,0 @@ 'use-isnan': 'error', |
{ | ||
"name": "@dotcom-reliability-kit/eslint-config", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production", | ||
@@ -5,0 +5,0 @@ "repository": { |
6233
123