This repository adheres to semantic versioning and follows the conventions of keepachangelog.com
7.1.1 (2023-04-27)
7.1.0 (2023-04-27)
7.0.0 (2022-11-12)
- Remove require-await rule (#40)
6.1.1 (2022-11-11)
6.1.0 (2022-11-11)
6.0.1 (2022-11-10)
6.0.0 (2022-08-21)
- Remove camelcase rule from eslint, reduce ts camelcase strictness (#31)
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