Files

11 lines
127 B
JSON
Raw Permalink Normal View History

2020-07-27 21:32:51 -07:00
{
2021-01-02 15:41:12 -08:00
"extends": "standard",
"env": {
"node": true,
"mocha": true
2020-07-27 21:32:51 -07:00
},
2021-01-02 15:41:12 -08:00
"parserOptions": {
"ecmaVersion": 8
2020-07-27 21:32:51 -07:00
}
}