mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 04:26:00 +00:00
Modules
This commit is contained in:
19
node_modules/is-string/.eslintrc
generated
vendored
Normal file
19
node_modules/is-string/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"func-name-matching": 0,
|
||||
"max-statements": [2, 15]
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["test.js"],
|
||||
"rules": {
|
||||
"no-magic-numbers": 0,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user