mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"extends": "airbnb",
|
||
|
"plugins": ["jest"],
|
||
|
"env": {
|
||
|
"jest/globals": true
|
||
|
}
|
||
|
}
|