26
26
- error
27
27
- 1tbs
28
28
callback-return : error
29
- camelcase : ' off '
29
+ camelcase : error
30
30
capitalized-comments : ' off'
31
31
class-methods-use-this : error
32
32
comma-dangle : error
68
68
id-length : ' off'
69
69
id-match : error
70
70
implicit-arrow-linebreak : error
71
- indent : ' off '
71
+ indent : ['error', 'tab']
72
72
indent-legacy : ' off'
73
73
init-declarations : ' off'
74
74
jsx-quotes : error
77
77
- error
78
78
- after : true
79
79
before : true
80
- line-comment-position : ' off '
80
+ line-comment-position : error
81
81
linebreak-style :
82
82
- error
83
83
- unix
@@ -86,12 +86,12 @@ rules:
86
86
lines-between-class-members : error
87
87
max-classes-per-file : error
88
88
max-depth : error
89
- max-len : ' off '
89
+ max-len : error
90
90
max-lines : error
91
- max-lines-per-function : ' off '
91
+ max-lines-per-function : error
92
92
max-nested-callbacks : error
93
93
max-params : error
94
- max-statements : ' off '
94
+ max-statements : error
95
95
max-statements-per-line : error
96
96
multiline-comment-style :
97
97
- error
@@ -212,7 +212,7 @@ rules:
212
212
one-var : ' off'
213
213
one-var-declaration-per-line : ' off'
214
214
operator-assignment : error
215
- operator-linebreak : error
215
+ operator-linebreak : [' error', 'before']
216
216
padded-blocks : ' off'
217
217
padding-line-between-statements : error
218
218
prefer-arrow-callback : ' off'
@@ -234,7 +234,7 @@ rules:
234
234
require-jsdoc : error
235
235
require-unicode-regexp : ' off'
236
236
rest-spread-spacing : error
237
- semi : ' off '
237
+ semi : error
238
238
semi-spacing :
239
239
- error
240
240
- after : true
@@ -252,7 +252,7 @@ rules:
252
252
space-in-parens :
253
253
- error
254
254
- never
255
- space-infix-ops : ' off '
255
+ space-infix-ops : error
256
256
space-unary-ops : error
257
257
spaced-comment :
258
258
- error
@@ -265,7 +265,7 @@ rules:
265
265
unicode-bom :
266
266
- error
267
267
- never
268
- valid-jsdoc : ' off '
268
+ valid-jsdoc : error
269
269
vars-on-top : ' off'
270
270
wrap-regex : error
271
271
yield-star-spacing : error
0 commit comments