projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use double quotes consistently in javascript code
[rails.git]
/
config
/
eslint.json
diff --git
a/config/eslint.json
b/config/eslint.json
index b37ec641083639263e0d6c1dd3251a2aaf286965..5b058e354103ca4e3489c886317034347962cb35 100644
(file)
--- a/
config/eslint.json
+++ b/
config/eslint.json
@@
-51,6
+51,7
@@
"no-void": "error",
"no-warning-comments": "warn",
"no-with": "error",
+ "quotes": ["error", "double"],
"radix": ["error", "always"],
"semi": ["error", "always"],
"semi-spacing": "error",