Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Sep 10, 2023
1 parent 2bbc7cf commit afa0bdb
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 386 deletions.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"extends": "standard",
"parserOptions": {
"ecmaVersion": 2020
},
"root": true,
"rules": {
"semi": ["error", "always"],
"no-unused-vars": "warn",
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }]
"quotes": [
"error",
"single",
{ "avoidEscape": true, "allowTemplateLiterals": true }
]
}
}
Loading

0 comments on commit afa0bdb

Please sign in to comment.