Skip to content

Commit

Permalink
get eslint to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 18, 2024
1 parent 4b1dd9c commit ad10697
Show file tree
Hide file tree
Showing 7 changed files with 484 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "richardpringle",
"extends": ["richardpringle", "plugin:@typescript-eslint/recommended"],
"env": {
"es2020": true,
"mocha": true
Expand Down
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"trailingComma": "all"
}
},
{
"files": "*.ts",
"options": {
"trailingComma": "all"
}
},
{
"files": "*.json",
"options": {
Expand Down
Loading

0 comments on commit ad10697

Please sign in to comment.