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

Fix lint errors

This commit is contained in:
Junyoung Choi
2018-03-20 16:18:18 +09:00
parent 2c30f0e487
commit 6c4206a2dd
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
"plugins": ["react"],
"rules": {
"no-useless-escape": 0,
"prefer-const": "warn",
"prefer-const": ["warn", {
"destructuring": "all"
}],
"no-unused-vars": "warn",
"no-undef": "warn",
"no-lone-blocks": "warn",