Skip to content

Commit 56309b4

Browse files
author
username
committed
refactor: remove TSLint dependencies and files
1 parent ed4eafd commit 56309b4

File tree

3 files changed

+1
-167
lines changed

3 files changed

+1
-167
lines changed

package-lock.json

-148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"scripts": {
77
"dev": "next",
88
"build": "next build",
9-
"start": "NODE_ENV=production node server.js",
10-
"lint": "tslint -c ./tslint.json --exclude **/*.d.ts --exclude ./node_modules --project . --fix **/*.tsx --fix **/*.ts",
11-
"tslint-check": "tslint-config-prettier-check ./tslint.json"
9+
"start": "NODE_ENV=production node server.js"
1210
},
1311
"keywords": [],
1412
"author": "",
@@ -40,10 +38,6 @@
4038
"@types/styled-jsx": "^2.2.8",
4139
"dotenv-webpack": "^1.7.0",
4240
"prettier": "^2.0.5",
43-
"tslint": "^6.1.1",
44-
"tslint-config-prettier": "^1.18.0",
45-
"tslint-config-standard": "^9.0.0",
46-
"tslint-plugin-prettier": "^2.3.0",
4741
"typescript": "^3.8.3"
4842
}
4943
}

tslint.json

-12
This file was deleted.

0 commit comments

Comments
 (0)