Skip to content

Commit

Permalink
Merge pull request #28 from joshuajaco/add-eslint
Browse files Browse the repository at this point in the history
Add eslint
  • Loading branch information
joshuajaco committed Feb 16, 2024
2 parents 73d5852 + de38b7a commit b7bb3cc
Show file tree
Hide file tree
Showing 4 changed files with 1,525 additions and 264 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true,
"reportUnusedDisableDirectives": true
}
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
node-version-file: .tool-versions
cache: "npm"
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm test
Expand Down
Loading

0 comments on commit b7bb3cc

Please sign in to comment.