Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- cspell
- eslint
- eslint-config-love
- typescript-eslint
  • Loading branch information
dangowans committed Jan 14, 2025
1 parent 5574b09 commit 86e249b
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 396 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const config = tseslint.config(eslint.configs.recommended, ...tseslint.co
}
});
export const configWebApp = tseslint.config(...config, {
files: ['**/*.ts'],
files: ['**/*.ts', '**/*.js'],
ignores: ['**/*.d.ts'],
plugins: {
'no-unsanitized': eslintPluginNoUnsanitized
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const config = tseslint.config(
)

export const configWebApp = tseslint.config(...config, {
files: ['**/*.ts'],
files: ['**/*.ts', '**/*.js'],
ignores: ['**/*.d.ts'],
plugins: {
'no-unsanitized': eslintPluginNoUnsanitized
Expand Down
Loading

0 comments on commit 86e249b

Please sign in to comment.