Removing the tslint config
This commit is contained in:
parent
06765f9340
commit
09b4a82c83
4 changed files with 2 additions and 251 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue