Skip to content

Commit

Permalink
feat: fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Nov 27, 2024
1 parent 33ef64e commit 0e77636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default tsEslint.config({
"@typescript-eslint": tsEslint.plugin,
"check-file": checkFile,
},
ignores: ["**/*.js"],
ignores: ["**/*.js", ".github/**.ts"],
extends: [eslint.configs.recommended, ...tsEslint.configs.recommended, sonarjs.configs.recommended],
languageOptions: {
parser: tsEslint.parser,
Expand Down

0 comments on commit 0e77636

Please sign in to comment.