Skip to content

Commit 014221a

Browse files
committed
ESLint: Disables duplicated check (in stylistic) [minor]
1 parent 54f035d commit 014221a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ rules:
233233
require-jsdoc: error
234234
require-unicode-regexp: 'off'
235235
rest-spread-spacing: error
236-
semi: [error, always]
237236
sort-imports: error
238237
sort-keys: [error, asc]
239238
sort-vars: 'off'

0 commit comments

Comments
 (0)