Skip to content

Commit

Permalink
Added support for node 16, formatting and linting (validator-ajv6) (r…
Browse files Browse the repository at this point in the history
…jsf-team#2932)

* Added support for node 16 and linting
- Regenerated the `package-lock.json` file with node-16
- Added the `cs-check`, `cs-format` and `lint` scripts along with `lint-staged` to the `package.json` file

* - Ran `cs-format` on the `validator-ajv6` source to fix build

* - Switched the `no-unused-vars` rule to `@typescript-eslint/no-unused-vars` in `.eslintrc`
  • Loading branch information
heath-freenome committed Aug 27, 2022
1 parent a159d6f commit 5239b9e
Show file tree
Hide file tree
Showing 13 changed files with 55,481 additions and 6,864 deletions.
2 changes: 1 addition & 1 deletion packages/validator-ajv6/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"linebreak-style": [2, "unix"],
"semi": [2, "always"],
"comma-dangle": [0],
"no-unused-vars": [2, {
"@typescript-eslint/no-unused-vars": [2, {
"vars": "all",
"args": "none",
"ignoreRestSiblings": true
Expand Down
Loading

0 comments on commit 5239b9e

Please sign in to comment.