1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-28 18:23:09 +00:00
Files
Boostnote/.eslintrc
T
2017-03-10 10:12:23 +09:00

8 lines
120 B
Plaintext

{
"extends": ["standard", "standard-jsx"],
"rules": {
"no-useless-escape": 0,
"prefer-const": "error"
}
}