mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
|
{
|
||
|
"extends": "twipped/browser",
|
||
|
"env": {"es6": true, "jquery": true},
|
||
|
"rules": {
|
||
|
'indent': [ 2, 2, {
|
||
|
'MemberExpression': 1,
|
||
|
} ],
|
||
|
'prefer-arrow-callback': 0,
|
||
|
'object-shorthand': 0,
|
||
|
'node/no-unsupported-features/node-builtins': 0
|
||
|
}
|
||
|
}
|