Skip to content
Snippets Groups Projects
Commit 314f5ea9 authored by Sybille Peters's avatar Sybille Peters Committed by Anja Leichsenring
Browse files

[TASK] Use eslint instead of tslink in test script

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: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 21f738cb
Branches
Tags
No related merge requests found
......@@ -901,7 +901,7 @@ services:
set -x
fi
yarn install \
&& ./node_modules/grunt/bin/grunt tslint;
&& ./node_modules/grunt/bin/grunt eslint;
"
unit:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment