Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalBush committed Dec 1, 2023
1 parent 425b267 commit 6103629
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1,126 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
plugins: ["@stylistic/js"],
env: {
node: true,
es2024: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install
run: npm ci

- name: Check format and lint
run: npm run check

- name: Test
run: npm test

Expand Down
Loading

0 comments on commit 6103629

Please sign in to comment.