1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 11:20:19 +00:00
musix-oss/node_modules/is-regex/.eslintrc

10 lines
78 B
Plaintext
Raw Normal View History

2019-10-10 13:43:04 +00:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"id-length": [1]
}
}