2020-02-20 14:38:25 -08:00
|
|
|
{
|
2023-01-02 14:58:23 -08:00
|
|
|
"extends": "@twipped/eslint-config/browser",
|
2020-02-20 14:38:25 -08:00
|
|
|
"env": {"es6": true},
|
|
|
|
"parserOptions": {"ecmaVersion": 2018},
|
|
|
|
"rules": {
|
|
|
|
"prefer-rest-params": "off",
|
|
|
|
"eol-last": "off"
|
|
|
|
}
|
|
|
|
}
|