File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/eslint-config-kibana Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ module.exports = {
116116 } ] ,
117117 '@typescript-eslint/consistent-type-assertions' : 'error' ,
118118 '@typescript-eslint/no-empty-interface' : 'error' ,
119+ '@typescript-eslint/no-extra-non-null-assertion' : 'error' ,
119120 '@typescript-eslint/no-misused-new' : 'error' ,
120121 '@typescript-eslint/no-namespace' : 'error' ,
121122 '@typescript-eslint/triple-slash-reference' : [ 'error' , {
@@ -167,6 +168,7 @@ module.exports = {
167168 'object-shorthand' : 'error' ,
168169 'one-var' : [ 'error' , 'never' ] ,
169170 'prefer-const' : 'error' ,
171+ 'prefer-rest-params' : 'error' ,
170172 'quotes' : [ 'error' , 'double' , { 'avoidEscape' : true } ] ,
171173 'quote-props' : [ 'error' , 'consistent-as-needed' ] ,
172174 'radix' : 'error' ,
You can’t perform that action at this time.
0 commit comments