diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-15 10:09:31 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-15 10:09:31 +0900 |
commit | 29d14e48a7704793ce0ed4e3b8e63a9f8a643e65 (patch) | |
tree | f1d0b6f8494adabd229ac0703b765758136e5da4 /.eslintrc | |
parent | cff5c4938371f44e89880ada49cbb8411f029d33 (diff) |
Update eslintrc
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ "quote-props": "off", "quotes": ["error", "single", { "allowTemplateLiterals": true }], "require-jsdoc": "off", + "require-unicode-regexp": "off", "sort-imports": "off", "sort-keys": "off", "sort-vars": "off", |