Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
  • TYPO3.CMS
  • ..
  • TypeScript
  • TypeScript
  • DocumentSaveActions.ts
Find file Blame History Permalink
  • afernandez's avatar
    [TASK] Use ESLint as base for linting · 07971b1e
    afernandez authored Sep 23, 2019 and Frank's avatar Frank committed Sep 25, 2019
    TSLint is in a deprecation phase, recommending to migrate to ESLint
    instead. This patch removes all TSLint packages and supplies a proper
    ESLint configuration.
    
    Also, rule violations are fixed in this patch.
    
    Executed commands:
    
      yarn add --dev typescript-eslint \
        @typescript-eslint/parser \
        @typescript-eslint/eslint-plugin \
        eslint grunt-eslint
    
      yarn remove tslint grunt-tslint
    
      ./node_modules/.bin/eslint -c eslintrc.js --fix --ext .ts \
        ./Sources/TypeScript/
    
    Resolves: #89232
    Releases: master
    Change-Id: I3bd4a1c30ecc27f8c334951547aff5e9352629da
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61784
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
    Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
    07971b1e