Skip to content

Commit

Permalink
ci: disable lint for static/assets/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Oct 30, 2024
1 parent 5b7d476 commit a273e23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ export default [
...ts.configs.recommended,
{
ignores: [
'**/dist/**/*.*',
'**/coverage/**/*.*',
'coverage/**/*.*',
'dist/**/*.*',
'static/assets/lib/**/*.*',
]
},
{
files: [
'**/src/**/*.ts',
'src/**/*.ts',
],
languageOptions: {
ecmaVersion: 'latest',
Expand Down

0 comments on commit a273e23

Please sign in to comment.