Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linting using eslint with standard as the base (#948)
* Add linting using eslint with standard as the base Where possible we want to enforce the coding standards - https://github.com/DEFRA/water-abstraction-team/blob/main/coding_conventions.md This change introduces eslint using standard as a base (enforcing all the standard js rule). Switching to eslint allows us to extend standard js. A new command is added to only lint changed files. This will allow us to gradually change and enforce the new linting rules.
- Loading branch information