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

modify: change warning level for prefer-const rule

This commit is contained in:
sota1235
2017-03-13 18:26:56 +09:00
parent b4e54fc149
commit fda17e044e

View File

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