Skip to content

Commit

Permalink
Merge pull request #1157 from serlo/eslint-tsconfig
Browse files Browse the repository at this point in the history
chore(eslint): Lint all JS files
  • Loading branch information
kulla authored Nov 30, 2023
2 parents 8e417ea + efbbbcb commit 6b0ba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"include": [".*.js", "__config__/**/*.js"],
"include": ["*.js", "__config__/**/*.js"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
Expand Down

0 comments on commit 6b0ba36

Please sign in to comment.