mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
{
|
|
"extends": ["standard", "standard-jsx"],
|
|
"rules": {
|
|
"no-useless-escape": 0,
|
|
"prefer-const": "warn",
|
|
"no-unused-vars": "warn",
|
|
"no-undef": "warn",
|
|
"no-lone-blocks": "warn"
|
|
}
|
|
}
|