Skip to content

Commit

Permalink
feat: support eslint 8 (#90)
Browse files Browse the repository at this point in the history
* feat: support eslint 8

This introduces support for eslint 8 and updates all dependencies that require updates to support
eslint 8

BREAKING CHANGE: Drops support for eslint 7
BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages
BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x
BREAKING CHANGE: Updates to latest versions of built in eslint plugins

Closes #81

* chore(release): v7.0.0

* ci: use a newer node version
  • Loading branch information
ewanharris committed Jan 20, 2022
1 parent ba33eee commit 06978ed
Show file tree
Hide file tree
Showing 3 changed files with 1,888 additions and 486 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -2,5 +2,5 @@
library 'pipeline-library'

buildNPMPackage {
nodeVersion = '10.17.0'
nodeVersion = '16.11.1'
}

0 comments on commit 06978ed

Please sign in to comment.