WUT_Computer_Science/EGUI/lab3/front/node_modules/is-symbol/.eslintrc
2022-06-15 03:02:51 +02:00

15 lines
151 B
Plaintext

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