Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 18, 2023
1 parent 617fbb1 commit af6f630
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:react-hooks/recommended',
'prettier',
],
// ignorePatterns: ['dist', 'node_modules', 'demo/vite.config.ts', '**/public'],
ignorePatterns: ['node_modules'],
parser: '@typescript-eslint/parser',
plugins: ['react', '@typescript-eslint', 'react-refresh', 'simple-import-sort'],
rules: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

check: # This job does nothing and is only used for the branch protection
if: always()
needs: [lint]
needs: [lint, packages-build]
runs-on: ubuntu-latest

steps:
Expand Down
Loading

0 comments on commit af6f630

Please sign in to comment.