Skip to content

Commit

Permalink
Release 5.2.4 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 authored Aug 27, 2022
1 parent c3723be commit 2f1f56d
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 235 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

## [5.2.4] - 2022-08-27

### Added

### Changed

- Update next rules
- Disable `no-mixed-operators`
- Ignores `0` in `no-magic-numbers`

### Fixed

### Removed

### Dependencies

## [5.2.3] - 2022-02-17

### Added
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techmmunity/eslint-config",
"version": "5.2.3",
"version": "5.2.4",
"license": "Apache-2.0",
"author": "Techmmunity",
"description": "Techmmunity Style Guide",
Expand Down Expand Up @@ -42,33 +42,33 @@
}
},
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@next/eslint-plugin-next": "^12.0.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@next/eslint-plugin-next": "^12.2.5",
"@rushstack/eslint-patch": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest": "^26.8.7",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.2.1-alpha-4298ddbc5-20211023",
"eslint-plugin-sonarjs": "^0.11.0"
"eslint-plugin-sonarjs": "^0.15.0"
},
"devDependencies": {
"eslint": "^8.9.0",
"husky": "^7.0.4",
"lint-staged": "12.3.3",
"eslint": "^8.23.0",
"husky": "^8.0.1",
"lint-staged": "13.0.3",
"prettier": "^2.3.0",
"typescript": "^4.5.5"
"typescript": "^4.8.2"
},
"scripts": {
"prepare": "husky install",
Expand Down
Loading

0 comments on commit 2f1f56d

Please sign in to comment.