javascript-algorithms/.eslintrc

9 lines
106 B
Plaintext
Raw Normal View History

2018-03-27 18:03:44 +08:00
{
"root": true,
"extends": "airbnb",
"plugins": ["jest"],
"env": {
"jest/globals": true
}
}