Skip to content

Commit 240ce7a

Browse files
author
k.golikov
committed
Fix eslint
1 parent dc6f789 commit 240ce7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"rules": {
1414
"indent": ["warn", 4],
1515
"linebreak-style": ["warn", "unix"],
16-
"quotes": ["error", "single"],
16+
"quotes": ["warn", "single"],
1717
"semi": ["warn", "always"],
1818
"no-debugger": "warn"
1919
}

0 commit comments

Comments
 (0)