forked from github.com/GenderDysphoria.fyi
Initial site commit
This commit is contained in:
9
templates/.eslintrc
Normal file
9
templates/.eslintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "twipped/browser",
|
||||
"env": {"es6": true},
|
||||
"parserOptions": {"ecmaVersion": 2018},
|
||||
"rules": {
|
||||
"prefer-rest-params": "off",
|
||||
"eol-last": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user