Skip to content

Releases: techmmunity/eslint-config

[5.2.4] - 2022-08-27

27 Aug 16:57
2f1f56d
Compare
Choose a tag to compare

[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

18 Feb 00:13
ffccf00
Compare
Choose a tag to compare

[5.2.3] - 2022-02-17

Added

Changed

  • Change rule no-script-in-head to no-script-component-in-head

Fixed

Removed

Dependencies

[5.2.2] - 2022-02-12

12 Feb 14:09
708ff9d
Compare
Choose a tag to compare

[5.2.2] - 2022-02-12

Added

  • utils imports category

Changed

  • Imports that start with enum or enums will be in the types category
  • Imports that start with type or types will be in the types category
  • Disable camelcase rule when using typescript module, because it's unnecessary

Fixed

Removed

Dependencies

[5.2.1] - 2022-01-06

06 Jan 15:36
c574a25
Compare
Choose a tag to compare

[5.2.1] - 2022-01-06

Added

Changed

Fixed

  • Typescript no-duplicate-imports

Removed

Dependencies

[5.2.0] - 2022-01-03

04 Jan 00:32
050bb49
Compare
Choose a tag to compare

[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

16 Nov 14:05
cf1cf9f
Compare
Choose a tag to compare

[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

27 Oct 14:52
c2e98e7
Compare
Choose a tag to compare

[5.1.2] - 2021-10-27

Added

Changed

Fixed

  • Eslint v8 compatibility (upgrade dependencies)
  • extends order of modules
  • allowLeadingUnderscore for ts-react module

Removed

  • Rule "All configs and assets must be in UPPER_CASE"

[ALL] 5.1.1

27 Oct 00:46
2a08a13
Compare
Choose a tag to compare

Fix Eslint Version Bug

[COMMON | REACT | TYPESCRIPT] 5.1.0

27 Oct 00:38
19111d7
Compare
Choose a tag to compare
  • 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

14 Oct 22:21
83d2c4d
Compare
Choose a tag to compare

Update Dependencies