projecte_ionic/node_modules/is-number-object/.eslintrc

17 lines
193 B
Plaintext
Raw Normal View History

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