mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Initial site commit
This commit is contained in:
12
js/.eslintrc
Normal file
12
js/.eslintrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user