Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dtslint check #2650

Merged
merged 1 commit into from Jun 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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