Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-core-module / .eslintrc
1 {
2     "extends": "@ljharb",
3     "root": true,
4     "rules": {
5                 "func-style": 1,
6                 "operator-linebreak": [2, "before"],
7     },
8     "overrides": [
9         {
10             "files": "test/**",
11             "rules": {
12                 "global-require": 0,
13                 "max-lines-per-function": 0,
14                                 "no-negated-condition": 0,
15             },
16         },
17     ],
18 }