2.8.0 (2024-09-27)
- Bumps eslint-plugin-react to ^7.37.0 (f05e350)
2.7.0 (2024-09-27)
- Bump eslint-config-prettier from 8.10.0 to 9.1.0 (2e1fd6a)
2.6.1 (2024-09-27)
2.6.0 (2024-09-27)
2.5.0 (2024-09-27)
2.4.0 (2024-09-26)
- Remove deprecated max-len rule, as it is conflicting with prettier anyway (ff798fb)
2.3.0 (2024-09-26)
- Added support for eslint-plugin-regex (ab6c5a7)
2.2.0 (2024-09-26)
- Added support for next.js rules, storybook rules, mdx rules, sort-keys-fix (033a67f)
2.1.1 (2024-09-26)
- Open up semver ranges (dd3edf1)
2.1.0 (2024-09-26)
- Added eslint-import-resolver-node and eslint-import-resolver-typescript to the core setup (aae9898)
2.0.0 (2024-09-26)
- Remove spaces (99593da)
- Publish as 2.0.0 due to Nestjs config file renaming
- Fix path to git repository (#41) (894db24)
- Remove peer deps specifications, since all of those packages are already housed in deps (c20e260)
- Updated library versions; Added examples for dog-fooding; Automated release process; Node 22 upgrade (#35) (19d7424)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.5.0 (2023-09-15)
1.4.4 (2023-09-15)
1.4.3 (2023-09-15)
1.4.2 (2023-09-15)
1.4.1 (2023-09-15)
- Make publish run on published instead of created (d7b5903)
- Update version to 1.4.0; make this an npm package (eba98da)
1.4.0 (2023-09-15)
- Update downstream packages (1106598)
- Merge pull request #27 from nrccua/updatedependencies_202307 (3d50967), closes #27
- [DA-3]: 1.3.2 (82c1ee5)
1.3.2 (2023-07-20)
- [DA-3]: Remove unused rule; replace with TS compiler option (5f6e783)
- [DA-3]: Fix bad version # in changelog (00d9227)
- [DA-3]: Update Chnagelog (4cffd16)
- [DA-3]: Remove tsc tests + add json to prettier (34bb52b)
- Merge remote-tracking branch 'origin/main' into updatedependencies_202307 (888ea04)
- [DA-3]: Update node version in GitHub action (a7165c5)
- Merge pull request #26 from nrccua/feature/package-refresh (5c6157d), closes #26
- [DA-3]: Update version to 1.3.0 (7505d03)
- [DA-3]: Update to Node 16 + all dependencies (c18cf5b)
- Merge pull request #25 from nrccua/joncursi-patch-1 (06a6c13), closes #25
- Update README.md (f3029ba)
- Merge pull request #24 from nrccua/update/dependencies_202202 (3ff4c35), closes #24
- [E4E-0]: 1.2.5 (eb0e6a3)
1.2.5 (2022-02-08)
- [E4E-0]: Update dependencies to resolve audit issues (6102393)
- Merge pull request #23 from nrccua/feature/printWidth_by_file_type (861add4), closes #23
- [E4E-0]: 1.2.4 (a0dfc4c)
- Merge pull request #22 from nrccua/feature/printWidth_by_file_type (79d64a7), closes #22
- Merge pull request #21 from nrccua/feature/printWidth_by_file_type (a0f8a7f), closes #21
- Merge pull request #20 from nrccua/feature/printWidth_by_file_type (88ca560), closes #20
1.2.4 (2021-12-18)
- [E4E-0]: Inject filenames/match-exported override directly into the nest tsConfig (c9a8465)
- [E4E-0]: 1.2.3 (5485a47)
1.2.3 (2021-12-17)
1.2.2 (2021-12-17)
- [E4E-0]: Forgot to run prettier (3e6279c)
- [E4E-0]: 1.2.2 (2e404e7)
- [E4E-0]: Fix .nesteslintrc.js (375fa0a)
- [E4E-0]: 1.2.1 (8487afb)
1.2.1 (2021-12-17)
1.2.0 (2021-12-15)
- [E4E-0]: Fix some bad code/formatting (153c536)
- [E4E-0]: 1.2.0 (19895af)
- [E4E-0]: Make 120 default width except for tsx/jsx (e32d9d1)
- [E4E-0]: Add a config for NestJS (37d5898)
- Merge pull request #19 from nrccua/fix/remove_enzyme (ccb93af), closes #19
- [E4E-0]: 1.1.2 (fbbf163)
- Merge pull request #18 from nrccua/fix/remove_enzyme (ad18089), closes #18
1.1.2 (2021-12-08)
- [E4E-0]: Fix issue with downstream packages trying to do git config --local (c033af6)
- [E4E-58]: 1.1.1 (3730934)
1.1.1 (2021-12-08)
- [E4E-58]: Remove enzyme in favor of react-testing-library (f767320)
- Merge pull request #17 from nrccua/E4E-29 (1f2df8e), closes #17
- [E4E-29]: 1.1.0 (f7684c1)
- Merge pull request #16 from nrccua/E4E-29 (ddb44a6), closes #16
- [E4E-29]: You'd think I could spell my own name (4646530)
1.1.0 (2021-11-24)
1.0.7 (2021-11-23)
- Added peerDependencies for downstream (3d5054c)
- Merge pull request #15 from nrccua/E4E-29 (7005333), closes #15
- [E4E-29]: 1.0.6 bump (db6477f)
1.0.6 (2021-11-20)
- [E4E-29]: Added rules around interface preference and naming (cdb5e7f)
1.0.5 (2021-11-19)
- Update CHANGELOG + standard-version configuration
1.0.4 (2021-11-19)
- Update README with better husky install info
1.0.3 (2021-11-18)
- Fixed some README issues thanks to @partiga-daitan
- Add
collectCoverage: true
to jest.config.js
1.0.2 (2021-11-17)
- Added some common react rules
1.0.1 (2021-11-17)
- Added Jest docs to README and fixed other doc ref
- Made @actinc/eslint-config a full dependency so its tsconfig.json can be referenced
- Fixed tsconfig extends path for downstream users
- Initial release