Skip to content

Commit

Permalink
build: added new ts linter for quality assurance
Browse files Browse the repository at this point in the history
  • Loading branch information
DiLilloDaniele committed Jun 29, 2023
1 parent ad5dbf3 commit 255af93
Show file tree
Hide file tree
Showing 4 changed files with 1,640 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
12 changes: 12 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
Loading

0 comments on commit 255af93

Please sign in to comment.