nvim/coc/extensions/node_modules/coc-go/.eslintrc

18 lines
261 B
Text
Raw Normal View History

2021-03-09 22:18:08 +00:00
{
"root": true,
"extends": ["josa-typescript"],
"env": {
"mocha": true
},
"rules": {
"no-extra-semi": "error",
"sort-imports": [
"error",
{
"ignoreCase": false,
"ignoreDeclarationSort": true
}
]
}
}