Skip to content

Commit

Permalink
chore(client): normalize dependencies (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Aug 28, 2024
1 parent 7750d59 commit 4747b4f
Show file tree
Hide file tree
Showing 5 changed files with 26,087 additions and 15,787 deletions.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
project: 'tsconfig.json',
createDefaultProgram: true
},
ignorePatterns: ['cypress', 'node_modules', 'dist', 'public'],
ignorePatterns: ['cypress', 'node_modules', 'build', 'public', 'assets'],
plugins: ['@typescript-eslint/eslint-plugin'],
extends: [
'plugin:@typescript-eslint/recommended',
Expand Down
9 changes: 7 additions & 2 deletions client/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/.github
/node_modules
/dist
/build
/public/config.js
/public/assets
/public/css
/public/js
/public/vendor

Loading

0 comments on commit 4747b4f

Please sign in to comment.