Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 27a3c11

Browse files
author
Anton Bielousov
committed
remove eslint rule
1 parent fd6cd78 commit 27a3c11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javascript/.eslintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
// Disallow spacing around non-word unary operators: -, +, --, ++, !, !!
8585
"space-unary-ops": [2, { "words": true, "nonwords": false }],
8686

87-
// Enforce whitespace after the start of a comment (// or /*)
88-
"spaced-comment": 2,
89-
9087
// Disallow undeclared variables (unless mentioned in /*global ...*/ comment)
9188
"no-undef": 2,
9289

0 commit comments

Comments
 (0)