Releases: techmmunity/eslint-config
Releases · techmmunity/eslint-config
[5.2.4] - 2022-08-27
[5.2.4] - 2022-08-27
Added
Changed
- Update next rules
- Disable
no-mixed-operators
- Ignores
0
inno-magic-numbers
Fixed
Removed
Dependencies
[5.2.3] - 2022-02-17
[5.2.3] - 2022-02-17
Added
Changed
- Change rule
no-script-in-head
tono-script-component-in-head
Fixed
Removed
Dependencies
[5.2.2] - 2022-02-12
[5.2.2] - 2022-02-12
Added
utils
imports category
Changed
- Imports that start with
enum
orenums
will be in the types category - Imports that start with
type
ortypes
will be in the types category - Disable
camelcase
rule when usingtypescript
module, because it's unnecessary
Fixed
Removed
Dependencies
[5.2.1] - 2022-01-06
[5.2.1] - 2022-01-06
Added
Changed
Fixed
- Typescript
no-duplicate-imports
Removed
Dependencies
[5.2.0] - 2022-01-03
[5.2.0] - 2022-01-03
Added
@typescript-eslint/consistent-type-imports
rule
Changed
- Improve
import-helpers/order-imports
config - Improve
jest/require-top-level-describe
config
Fixed
Removed
Dependencies
[5.1.3] - 2021-11-16
[5.1.3] - 2021-11-16
Added
Changed
Fixed
Removed
Dependencies
- Bump eslint-plugin-react-hooks
- Bump @babel/eslint-parser from 7.15.8 to 7.16.0
- Bump @babel/core from 7.15.8 to 7.16.0
- Bump @next/eslint-plugin-next from 12.0.1 to 12.0.2
- Bump @typescript-eslint/eslint-plugin from 5.2.0 to 5.3.0
- Bump @typescript-eslint/parser from 5.2.0 to 5.3.0
- Bump eslint-plugin-react-hooks
- Bump eslint-plugin-jest from 25.2.2 to 25.2.3
- Bump eslint from 8.1.0 to 8.2.0
- Bump @rushstack/eslint-patch from 1.0.9 to 1.1.0
- Bump @next/eslint-plugin-next from 12.0.2 to 12.0.3
- Bump @typescript-eslint/parser from 5.3.0 to 5.3.1
- Bump @typescript-eslint/eslint-plugin from 5.3.0 to 5.3.1
- Bump eslint-plugin-jest from 25.2.3 to 25.2.4
- Bump @babel/eslint-parser from 7.16.0 to 7.16.3
- Bump eslint-plugin-react-hooks
- Bump eslint-plugin-import from 2.25.2 to 2.25.3
- Bump eslint-plugin-react from 7.26.1 to 7.27.0
- Bump lint-staged from 11.2.6 to 12.0.2
- Bump @typescript-eslint/parser from 5.3.1 to 5.4.0
- Bump @next/eslint-plugin-next from 12.0.3 to 12.0.4
- Bump @typescript-eslint/eslint-plugin from 5.3.1 to 5.4.0
[ALL] 5.1.2
[5.1.2] - 2021-10-27
Added
Changed
Fixed
- Eslint v8 compatibility (upgrade dependencies)
extends
order of modulesallowLeadingUnderscore
forts-react
module
Removed
- Rule "All configs and assets must be in UPPER_CASE"
[ALL] 5.1.1
Fix Eslint Version Bug
[COMMON | REACT | TYPESCRIPT] 5.1.0
- Allow
console.error
- Allow default exports on
src/pages/**
on react projects - Allow
PascalCase
on react projects - Remove
react/react-in-jsx-scope
- Allow "magic-numbers" on enum and enums-like
- Fix
@typescript-eslint/no-unused-vars
to ignore variables that starts with_
[NONE] Update Dependencies
Update Dependencies