Skip to content

Commit

Permalink
Remove dtslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 13, 2020
1 parent 64a304b commit e41113e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 953 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Expand Up @@ -488,7 +488,6 @@ overrides:
- files: '**/*.ts'
parser: '@typescript-eslint/parser'
parserOptions:
tsconfigRootDir: './src/'
project: ['tsconfig.json']
plugins:
- '@typescript-eslint'
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Expand Up @@ -35,17 +35,6 @@ jobs:
- name: Lint Flow
run: npm run check

- name: Cache TS versions
uses: actions/cache@v2
with:
path: ~/.dts
key: ${{ runner.OS }}-dts-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-dts-
- name: Lint TS typings
run: npm run check:ts

- name: Spellcheck
run: npm run check:spelling

Expand Down

0 comments on commit e41113e

Please sign in to comment.