This repository adheres to semantic versioning and follows the conventions of keepachangelog.com
8.1.1 (2025-01-28)
8.1.0 (2025-01-24)
8.0.4 (2025-01-09)
8.0.3 (2025-01-09)
8.0.2 (2025-01-08)
8.0.1 (2025-01-08)
8.0.0 (2025-01-08)
- Upgrade eslint-config to use new flat file configuration structure (#27)
7.2.2 (2025-01-05)
7.2.1 (2024-10-06)
7.2.0 (2023-12-06)
7.1.1 (2023-04-27)
7.1.0 (2023-04-27)
7.0.1 (2023-04-20)
7.0.0 (2022-11-13)
- Remove require-await rule, update ts-eslint deps for better decorator support (#11)
6.3.0 (2022-11-11)
6.2.0 (2022-08-23)
6.1.0 (2022-08-21)
6.0.1 (2022-08-06)
6.0.0 (2022-08-02)
- Enforce strong typescript naming conventions, move presets to configs dir (#13)
- Rename eslint-config repo, typescriptService as typescript (#11)
- Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7)
- Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7) (06b3675)
- Enforce strong typescript naming conventions, move presets to configs dir (#13) (078af5f)
- Rename eslint-config repo, typescriptService as typescript (#11) (944edb6)
- Add missing
format
from @typescript-eslint rules (#21) (780be0f) - Add release-please for version management, publish to npmjs (#3) (40fec4e)
- Allow destructured variables to be snake case, closes #28 (#29) (f748b96)
- Allow leadingUnderscore for const variable names (#23) (62bc3be)
- Incorrect typescript rules, add curly eslint rule (#15) (7cc8c9f)
- Move most peerDeps into deps as these are required (#26) (4da1cca)
- Move prefer-arrow/import plugins from extends to plugin (#9) (812687d)
- Removed extreneous max-len
ignorePattern
(#17) (11d56fc) - Space after
strictCamelCase
(#19) (64d995a)
5.0.7 (2022-07-02)
5.0.6 (2022-06-21)
5.0.5 (2022-06-18)
5.0.4 (2022-06-18)
- Add missing
format
from @typescript-eslint rules (#21) (780be0f)
5.0.3 (2022-06-18)
5.0.2 (2022-06-18)
5.0.1 (2022-06-18)
5.0.0 (2022-06-18)
- Enforce strong typescript naming conventions, move presets to configs dir (#13)
4.0.0 (2022-06-16)
- Rename eslint-config repo, typescriptService as typescript (#11)
3.0.1 (2022-05-22)
3.0.0 (2022-05-22)
- Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7)
2.0.1 (2022-05-22)
2.0.0 - 2021-10-16
- Upgrade deps
- eslint ^7.32.0 โ ^8.0.1
- @typescript-eslint/parser ^4.31.1 โ ^5.0.0
- @typescript-eslint/eslint-plugin ^4.31.1 โ ^5.0.0
1.0.1 - 2021-09-18
- Move to
main
branch naming - Upgrade deps
- eslint ^7.29.0 โ ^7.32.0
- @typescript-eslint/parser ^4.28.1 โ ^4.31.1
- @typescript-eslint/eslint-plugin ^4.28.1 โ ^4.31.1
1.0.0 - 2021-06-28
- Allow "compatible with version" peer dependencies
- Upgrade deps
- @typescript-eslint/parser 4.27.0 โ 4.28.1
- @typescript-eslint/eslint-plugin 4.27.0 โ 4.28.1
babel
&flow
configs as these are unused
0.5.0 - 2021-06-18
- Upgrade deps
- eslint 6.8.0 โ 7.29.0
- eslint-plugin-flowtype 4.5.3 โ 5.7.2
- @typescript-eslint/parser 2.14.0 โ 4.27.0
- @typescript-eslint/eslint-plugin 2.14.0 โ 4.27.0
- Moved package from building using circleci/npmjs to github packages
@typescript-eslint/class-name-casing
eslint rule
0.4.0 - 2020-10-03
- ESLint rules. These can be automatically fixed.
brace-style
for if-else try-catch etcarray-bracket-spacing
space-before-blocks
space-before-function-paren
comma-dangle
to enforce dangling commas or multi-line items in objects
0.3.0 - 2020-07-24
- Dependency on tslint
- Only the tslint
one-line
rule is not covered by configured eslint defaults.
- Only the tslint
0.2.0 - 2020-07-16
node
Preset
babel
,common
,flow
,mocha
,node
andtypecript
Configscommon
,flowService
andtypescriptService
Presets