Skip to content

Commit

Permalink
Upgrade to ESLint v8 (#331)
Browse files Browse the repository at this point in the history
* upgrade eslint to v8.x

* remove pinst and install  husky on prepare

* bump version to 8.0.0

* upgrade eslint-plugin-fp-ts to support eslint v8

* cleanup package-lock.json

* rename deprecated prettier option
  • Loading branch information
StefanoMagrassi authored Nov 8, 2021
1 parent d8f53a5 commit d4da720
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 2,210 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"printWidth": 80,
"singleQuote": true,
"bracketSpacing": false,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"arrowParens": "avoid",
"trailingComma": "none"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.0.0](https://github.com/contactlab/eslint-config-contactlab/releases/tag/8.0.0)

**Breaking:**

- Upgrade to ESLint v8 (#330)

**Dependencies:**

- Bump eslint-plugin-jsdoc from 36.1.1 to 37.0.0 (#325)
- [Security] Bump ansi-regex from 5.0.0 to 5.0.1 (#309)

## [7.0.0](https://github.com/contactlab/eslint-config-contactlab/releases/tag/7.0.0)

**Breaking:**
Expand Down
Loading

0 comments on commit d4da720

Please sign in to comment.