package..eslintrc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of is-string Show documentation
Show all versions of is-string Show documentation
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
The newest version!
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"max-statements": [2, 15]
},
"overrides": [
{
"files": ["test.js"],
"rules": {
"no-magic-numbers": 0,
},
},
],
}