Skip to content

Commit

Permalink
Use bloq/typescript linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Oct 24, 2024
1 parent 91c71e8 commit b14c18d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 199 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"extends": ["bloq", "prettier"],
"overrides": [
{
"extends": ["plugin:@typescript-eslint/recommended", "prettier"],
"files": ["*.ts"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
"extends": ["bloq/typescript", "prettier"],
"files": ["*.ts"]
},
{
"extends": ["bloq/markdown"],
Expand Down
242 changes: 49 additions & 193 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b14c18d

Please sign in to comment.