1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modify: add prefer-const rule and fix code

This commit is contained in:
sota1235
2017-03-10 10:12:23 +09:00
parent 7845bbd881
commit fac0abaed6
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": ["standard", "standard-jsx"],
"rules": {
"no-useless-escape": 0
"no-useless-escape": 0,
"prefer-const": "error"
}
}