2626 - error
2727 - 1tbs
2828 callback-return : error
29- camelcase : ' off '
29+ camelcase : error
3030 capitalized-comments : ' off'
3131 class-methods-use-this : error
3232 comma-dangle : error
6868 id-length : ' off'
6969 id-match : error
7070 implicit-arrow-linebreak : error
71- indent : ' off '
71+ indent : ['error', 'tab']
7272 indent-legacy : ' off'
7373 init-declarations : ' off'
7474 jsx-quotes : error
7777 - error
7878 - after : true
7979 before : true
80- line-comment-position : ' off '
80+ line-comment-position : error
8181 linebreak-style :
8282 - error
8383 - unix
@@ -86,12 +86,12 @@ rules:
8686 lines-between-class-members : error
8787 max-classes-per-file : error
8888 max-depth : error
89- max-len : ' off '
89+ max-len : error
9090 max-lines : error
91- max-lines-per-function : ' off '
91+ max-lines-per-function : error
9292 max-nested-callbacks : error
9393 max-params : error
94- max-statements : ' off '
94+ max-statements : error
9595 max-statements-per-line : error
9696 multiline-comment-style :
9797 - error
@@ -212,7 +212,7 @@ rules:
212212 one-var : ' off'
213213 one-var-declaration-per-line : ' off'
214214 operator-assignment : error
215- operator-linebreak : error
215+ operator-linebreak : [' error', 'before']
216216 padded-blocks : ' off'
217217 padding-line-between-statements : error
218218 prefer-arrow-callback : ' off'
@@ -234,7 +234,7 @@ rules:
234234 require-jsdoc : error
235235 require-unicode-regexp : ' off'
236236 rest-spread-spacing : error
237- semi : ' off '
237+ semi : error
238238 semi-spacing :
239239 - error
240240 - after : true
@@ -252,7 +252,7 @@ rules:
252252 space-in-parens :
253253 - error
254254 - never
255- space-infix-ops : ' off '
255+ space-infix-ops : error
256256 space-unary-ops : error
257257 spaced-comment :
258258 - error
@@ -265,7 +265,7 @@ rules:
265265 unicode-bom :
266266 - error
267267 - never
268- valid-jsdoc : ' off '
268+ valid-jsdoc : error
269269 vars-on-top : ' off'
270270 wrap-regex : error
271271 yield-star-spacing : error
0 commit comments