Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Dec 29, 2024
1 parent 65868db commit a65300a
Show file tree
Hide file tree
Showing 7 changed files with 1,637 additions and 1,396 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Thumbs.db
.nx/workspace-data
apps/run/benchmarks
apps/fxc-front/dev-dist/registerSW.js
**/vite.config.{js,ts,mjs,mts,cjs,cts}.timestamp*
vite.config.*.timestamp*
vitest.config.*.timestamp*
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = [
})
.map((config) => ({
...config,
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx', '**/*.cts', '**/*.mts'],
rules: {
...config.rules,
'@typescript-eslint/no-explicit-any': 'off',
Expand Down
Loading

0 comments on commit a65300a

Please sign in to comment.