1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Update to latest @twipped/eslint-config

This commit is contained in:
Jocelyn Badgley (Twipped)
2023-01-02 14:58:23 -08:00
parent 0ba2defbc2
commit 9fd4723c1c
22 changed files with 6750 additions and 6206 deletions

View File

@@ -1,12 +1,9 @@
{
"extends": "twipped/node",
"extends": "@twipped/eslint-config/node-cjs",
"rules": {
"node/no-unpublished-require": 0,
'indent': [ 2, 2, {
'MemberExpression': 1,
} ],
'node/no-unsupported-features/es-syntax': [ 'error' ],
'node/no-unsupported-features/es-builtins': [ 'error' ],
'node/no-unsupported-features/node-builtins': [ 'error' ],
"indent": [ 2, 2, {
"MemberExpression": 1
} ]
}
}