Skip to content

Commit

Permalink
fix: hardened brittle tsconfig
Browse files Browse the repository at this point in the history
the 'allowJs' config option could lead to
inconsistent dist folders. so we're always
deleting the dist folder as part of a build
task now
  • Loading branch information
chapati23 committed Jul 26, 2024
1 parent 692057d commit f7886ee
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 4 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default tseslint.config(
extends: [tseslint.configs.disableTypeChecked],
},
{
ignores: ["**/*.mjs"],
languageOptions: {
parserOptions: {
project: true,
Expand Down
Loading

0 comments on commit f7886ee

Please sign in to comment.