blob: b6dd4f6a9ffa5e4fb877d3b327a10c0912254afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"root": true,
"extends": ["josa-typescript"],
"env": {
"mocha": true
},
"rules": {
"no-extra-semi": "error",
"sort-imports": [
"error",
{
"ignoreCase": false,
"ignoreDeclarationSort": true
}
]
}
}
|