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

15 lines
151 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
}