Skip to content

Commit

Permalink
Merge tag '3.0.0-beta.0' into develop
Browse files Browse the repository at this point in the history
v3.0.0-beta.0

Added
- Add best practices rules from [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) (#33)
- Add JS Doc rules from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) (#33)
- Add [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/blob/master/eslint/eslint-patch/README.md) to fix plugin issues (#33)

Changed
- **Breaking:** Always require file extension for imports (#22)
  • Loading branch information
titouanmathis committed Jan 4, 2022
2 parents 2375fa5 + fbdd094 commit fd8d7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studiometa/eslint-config",
"version": "3.0.0-alpha.2",
"version": "3.0.0-beta.0",
"description": "ESLint Configuration",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit fd8d7f4

Please sign in to comment.