Skip to content

Commit

Permalink
Merge branch 'master' of github.com:resolritter/js-style
Browse files Browse the repository at this point in the history
  • Loading branch information
resolritter committed Feb 13, 2024
2 parents 74804d5 + 9295f88 commit 451c6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const getEslintTypescriptOverride = ({ rootDir }) => {
parserOptions: {
project: path.join(rootDir, "tsconfig.json"),
tsconfigRootDir: rootDir,
extraFileExtensions: [".cjs"],
extraFileExtensions: [".cjs", ".mjs"],
},
files: "{*,**,**/*}.ts",
files: "{*,**,**/*}.{ts,tsx,mts}",
rules: { ...baseRules, ...typescriptRules },
}
}
Expand Down

0 comments on commit 451c6f4

Please sign in to comment.