babel/.eslintrc

8 lines
74 B
Plaintext

{
"root": true,
"extends": "babel",
"env": {
"node": true
}
}