Skip to content

Commit

Permalink
disable eslint when testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
sickelap committed Oct 31, 2023
1 parent 3d944a2 commit 1e84ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.eslintrc.js
prettier.config.js
proxy.js
.eslintrc.commitHook.js
node_modules
node_modules
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:

- name: build
run: npm run build
env:
DISABLE_ESLINT_PLUGIN: true

0 comments on commit 1e84ddd

Please sign in to comment.