fuck
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
abs3nt 2023-01-25 22:32:01 -08:00
parent b20040d524
commit 35b76ed383
3 changed files with 0 additions and 32 deletions

View File

@ -1,8 +0,0 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -1,20 +0,0 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended", "prettier", "plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"eqeqeq": "error",
"semi": "off",
"prettier/prettier": "off",
"dot-notation": "error",
"no-empty-function": "error",
"no-extra-parens": ["error", "functions"],
"no-unused-vars": "off"
}
}

View File

@ -1,4 +0,0 @@
{
"arrowParens": "avoid",
"semi": false
}