mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
👮 add eslint
This commit is contained in:
parent
fe109c9f8c
commit
b233594643
12 changed files with 2044 additions and 168 deletions
13
.eslintrc.json
Normal file
13
.eslintrc.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"globals": {
|
||||
"h": "readonly"
|
||||
},
|
||||
"extends": [
|
||||
"standard",
|
||||
"standard-preact"
|
||||
],
|
||||
"rules": {
|
||||
"semi": [2, "always"],
|
||||
"comma-dangle": ["error", "only-multiline"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue