Skip to content

Commit

Permalink
fix: Drop tslint
Browse files Browse the repository at this point in the history
Dropped it already in 8cbb64d but readded it (mistakenly?) in 067f75d
  • Loading branch information
arildm committed Jul 3, 2024
1 parent 6c81264 commit 67882b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"testserver": "KORP_HOST=localhost KORP_HTTPS= webpack-dev-server --config webpack.dev.js --port 9112 &",
"build": "ENVIRONMENT=production webpack --config webpack.prod.js",
"build:labb": "ENVIRONMENT=staging webpack --config webpack.prod.js",
"lint": "tslint --project tslint.json",
"format": "prettier . --write --ignore-path .gitignore"
}
}

0 comments on commit 67882b1

Please sign in to comment.