From 4f9d77b906d3f4f8a2414e367a9f9345e3bdead9 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 14 Apr 2020 18:09:31 +0200 Subject: [PATCH] Remove tslint -> move ts to eslint --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 936394a327..984656a4b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,9 +39,7 @@ jobs: - name: Build translations run: ./node_modules/.bin/gulp build-translations - name: Run eslint - run: ./node_modules/.bin/eslint src hassio/src gallery/src - - name: Run tslint - run: ./node_modules/.bin/tslint 'src/**/*.ts' 'hassio/src/**/*.ts' 'gallery/src/**/*.ts' 'cast/src/**/*.ts' 'test-mocha/**/*.ts' + run: ./node_modules/.bin/eslint '{**/src,src}/**/*.{js,ts,html}' --ignore-path .gitignore - name: Run tsc run: ./node_modules/.bin/tsc test: