mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-02-07 10:16:16 +00:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "@twipped/eslint-config/node-cjs",
|
|
"rules": {
|
|
"node/no-unpublished-require": 0,
|
|
"indent": [ 2, 2, {
|
|
"MemberExpression": 1
|
|
} ]
|
|
}
|
|
}
|