mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
{
|
|
"rules": {
|
|
"eol-last": "error",
|
|
"indent": ["error", 2, { "SwitchCase": 1 }],
|
|
"no-trailing-spaces": "error"
|
|
}
|
|
}
|