Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 7, 2025
1 parent 4b69ac3 commit dbfcfce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/__addonLocation__/_ts_eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default ts.config(
rules: {
// require relative imports use full extensions
'import/extensions': ['error', 'always', { ignorePackages: true }],
}
},
},
/**
* CJS node files
Expand Down
2 changes: 1 addition & 1 deletion files/__addonLocation__/babel.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": [
<% if (typescript) { %> [
<% if (typescript) { %> [
"@babel/plugin-transform-typescript",
{
"allExtensions": true,
Expand Down

0 comments on commit dbfcfce

Please sign in to comment.