10 lines
174 B
Plaintext
Raw Normal View History

2020-02-20 14:38:25 -08:00
{
"extends": "twipped/browser",
"env": {"es6": true},
"parserOptions": {"ecmaVersion": 2018},
"rules": {
"prefer-rest-params": "off",
"eol-last": "off"
}
}