Skip to content

Commit

Permalink
Migrate webpack scripts to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykilpatrick committed Oct 13, 2024
1 parent f658541 commit 7e1f702
Show file tree
Hide file tree
Showing 9 changed files with 333 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ module.exports = {
'./babel.config.js',
'./.eslintrc.js',
'./postcss.config.js',
'./webpack.*.js',
'./scripts/**/*.js'
]
},
Expand Down Expand Up @@ -279,7 +278,8 @@ module.exports = {
// TypeScript source files
{
files: [
'./src/**/*.{ts,tsx}'
'./src/**/*.{ts,tsx}',
'./*.ts',
],
extends: [
'eslint:recommended',
Expand Down
Loading

0 comments on commit 7e1f702

Please sign in to comment.