Mentions légales du service

Skip to content

Resolve "ESLint and Angular update"

RAVERDY Pierre-Guillaume requested to merge 126-angualr-update into dev
name: Feature
about: New features or wider changes

Closes #126

Description

This MR adds eslint urles for accessibility. To that end, it first needs to upgrade Angular version to the current stable one (v12) and move from tslint to eslint.

Additionnaly ruels for accessibility have been added in the eslint configuration file

Changelog

  • Upgrade Angular version to 12
  • Add ESLint configuration with accessibility rules

How to test

  • Deploy backend/frontend
  • Test in IDE (ESLint should be set)
  • run npx ng lint and npx ng lint --fix
  • check local changes
  • Test with chome accessibility extensions

Misc

Edited by RAVERDY Pierre-Guillaume

Merge request reports