mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "airbnb",
|
|
"plugins": ["jest"],
|
|
"env": {
|
|
"jest/globals": true
|
|
}
|
|
}
|