WUT_Computer_Science/EGUI/lab3/front/node_modules/is-number-object/.eslintrc

17 lines
193 B
Plaintext
Raw Normal View History

2022-06-15 03:02:51 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
},
"overrides": [
{
"files": "test-core-js.js",
"extends": "@ljharb/eslint-config/tests",
},
],
}