Skip to content

Commit

Permalink
Showing 4 changed files with 2 additions and 251 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr-checks.yml
@@ -3,14 +3,6 @@ name: "PR checks"
on: [push, pull_request]

jobs:
tslint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: tslint
run: npm run-script lint

check-js:
runs-on: ubuntu-latest

96 changes: 0 additions & 96 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
@@ -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"
}
}
144 changes: 0 additions & 144 deletions tslint.json

This file was deleted.

0 comments on commit 09b4a82

Please sign in to comment.