Skip to content

Commit

Permalink
[TASK] Use eslint instead of tslink in test script
Browse files Browse the repository at this point in the history
TYPO3 now uses eslint instead of tslint to lint Typescript files
in the core.

Resolves: #92223
Releases: master, 10.4
Change-Id: Ie8adc13d738b81b2971332fa73be15266aec7d1a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65637
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
sypets authored and maddy2101 committed Sep 8, 2020
1 parent 21f738c commit 314f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/testing-docker/local/docker-compose.yml
Expand Up @@ -901,7 +901,7 @@ services:
set -x
fi
yarn install \
&& ./node_modules/grunt/bin/grunt tslint;
&& ./node_modules/grunt/bin/grunt eslint;
"
unit:
Expand Down

0 comments on commit 314f5ea

Please sign in to comment.