minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / has-symbols / .eslintrc
1 {
2         "root": true,
3
4         "extends": "@ljharb",
5
6         "rules": {
7                 "max-statements-per-line": [2, { "max": 2 }],
8                 "no-magic-numbers": 0,
9                 "multiline-comment-style": 0,
10         }
11 }