dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/is-negative-zero/.eslintrc
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

12 lines
138 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 14],
"no-extra-parens": [1],
"no-magic-numbers": 0
}
}