Skip to content

Commit

Permalink
Remove remaining tslint references
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslehnertum committed Oct 9, 2023
1 parent 32ae6ac commit 6223584
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 179 deletions.
173 changes: 0 additions & 173 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"@types/styled-components": "5.1.28",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/eslint-plugin-tslint": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
Expand Down
5 changes: 0 additions & 5 deletions webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ module.exports = {
},
module: {
rules: [
{
test: /\.tsx?/,
enforce: 'pre',
use: ['tslint-loader'],
},
{
test: /\.tsx?/,
exclude: /\/node_modules\//,
Expand Down

0 comments on commit 6223584

Please sign in to comment.