Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / .eslintrc
1 {
2   "root": true,
3   "extends": ["josa-typescript"],
4   "env": {
5     "mocha": true
6   },
7   "rules": {
8     "sort-imports": [
9       "error",
10       {
11         "ignoreCase": false,
12         "ignoreDeclarationSort": true
13       }
14     ]
15   }
16 }