mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
{
|
|
"extends": "@twipped/eslint-config/browser",
|
|
"env": {"es6": true},
|
|
"parserOptions": {"ecmaVersion": 2018},
|
|
"rules": {
|
|
"prefer-rest-params": "off",
|
|
"eol-last": "off"
|
|
}
|
|
}
|