mirror of
https://github.com/Retropex/umbrel-bitcoin.git
synced 2025-05-12 19:20:49 +02:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
{
|
|
"extends": "../.eslintrc",
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"no-magic-numbers": "off"
|
|
}
|
|
}
|