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