Skip to content

Commit

Permalink
lint: remove website folder
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Jan 12, 2024
1 parent 4295525 commit 3918aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
],
"ignorePatterns": [
"build/**/*.ts",
"**/*.js"
"**/*.js",
"website"
],
"rules": {
"@typescript-eslint/ban-ts-ignore": 0,
Expand Down

0 comments on commit 3918aee

Please sign in to comment.