Removing the tslint config

This commit is contained in:
Chris Raynor 2020-09-14 10:37:55 +01:00
parent 06765f9340
commit 09b4a82c83
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
4 changed files with 2 additions and 251 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"build": "tsc",
"test": "ava src/** --serial --verbose",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
},
"ava": {
@ -57,8 +58,6 @@
"nock": "^12.0.3",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^9.0.2",
"tslint": "^6.1.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5"
}
}