Skip to content

Commit

Permalink
chore: use linter & prettier (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik authored Jul 9, 2023
1 parent 6899678 commit c6d5e04
Show file tree
Hide file tree
Showing 5 changed files with 4,186 additions and 487 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
]
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all"
}
Loading

0 comments on commit c6d5e04

Please sign in to comment.