Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed May 18, 2021
1 parent e36f83b commit 6ec6932
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

ESLint preset for QuITS apps

## \[0.5.4] - 2021-05-17

### Changed

- Updated dependencies

### Removed

- [react/jsx-handler-names](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-handler-names.md) because conflict with [@typescript-eslint/naming-convention](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md)

## \[0.5.3] - 2021-05-01

### Changed
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quitsmx/eslint-config",
"description": "Customized ESLint config for TypeScript + React or Preact + Prettierx",
"version": "0.5.3",
"version": "0.5.4",
"main": "index.js",
"author": "aMarCruz <amarcruzbox-git@yahoo.com>",
"license": "MIT",
Expand Down Expand Up @@ -50,8 +50,8 @@
"list:unused": "node ./scripts/list-unused.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~4.22.0",
"@typescript-eslint/parser": "~4.22.0",
"@typescript-eslint/eslint-plugin": "~4.24.0",
"@typescript-eslint/parser": "~4.24.0",
"eslint-plugin-compat": "~3.9.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettierx": "~0.18.0",
Expand All @@ -63,16 +63,16 @@
},
"devDependencies": {
"@types/eslint": "~7.2.10",
"@types/node": "~15.0.1",
"@types/node": "~15.3.0",
"@types/prettier": "~2.2.3",
"@types/react": "~17.0.4",
"@types/react": "~17.0.5",
"confusing-browser-globals": "^1.0.10",
"eslint": "~7.25.0",
"eslint": "~7.26.0",
"eslint-config-prettier": "~8.3.0",
"eslint-config-standard": "~16.0.2",
"eslint-config-standard-jsx": "~10.0.0",
"eslint-find-rules": "~3.6.1",
"fast-equals": "~2.0.1",
"fast-equals": "~2.0.3",
"preact": "~10.5.13",
"prettier": "aMarCruz/prettier#2.2.2",
"typescript": "~4.2.4"
Expand Down

0 comments on commit 6ec6932

Please sign in to comment.