1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

modify: change warning level for no-undef

This commit is contained in:
sota1235
2017-03-13 18:36:21 +09:00
parent df9d8ff735
commit 93b15f2a7a

View File

@@ -3,6 +3,7 @@
"rules": { "rules": {
"no-useless-escape": 0, "no-useless-escape": 0,
"prefer-const": "warn", "prefer-const": "warn",
"no-unused-vars": "warn" "no-unused-vars": "warn",
"no-undef": "warn"
} }
} }