Skip to content

Latest commit

 

History

History
176 lines (87 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

176 lines (87 loc) · 6.56 KB

4.16.0 (2024-09-26)

Features

  • Add a nest configuration for linting BE development projects (807197e)

4.15.0 (2024-09-26)

Features

  • Remove deprecated max-len rule, as it is conflicting with prettier anyway (6a91d9f)

4.14.0 (2024-09-26)

Features

  • Added support for next, regex, sort-keys-fix plugins (3a2afbd)

4.13.0 (2024-09-26)

Features

  • Added rules for mdx and storybook files (b09fff4)

4.12.1 (2024-09-26)

Bug Fixes

4.12.0 (2024-09-26)

Features

  • Added eslint-import-resolver-node to the core setup (41b7478)

4.11.0 (2024-09-26)

Features

  • Added eslint-import-resolver-typescript to the core config (8ffdf0a)

4.10.0 (2024-09-25)

Features

  • Bumped all eslint packages to their latest eslint@8 compatible releases (c9b61a1)

4.9.0 (2024-09-25)

Features

  • Upgraded prettier to 3.3.3, as well as associated eslint packages (8d4fd34)

4.8.0 (2024-09-25)

Features

  • Set tsconfig > compilerOptions.incremental to false by default (66874c3)

4.7.0 (2024-09-25)

Features

4.6.0 (2024-09-25)

Features

  • Bump eslint-plugin-jest from 27.9.0 to 28.8.3 (#15) (84692ae)

4.5.0 (2024-09-25)

Features

  • Do not require react to be in scope for *.test.tsx files (2297f2c)
  • Switch default typescript.compilerOptions.jsx to 'react-jsx' (aa9e5d1)

4.4.0 (2024-09-25)

Features

  • Bump eslint-plugin-new-with-error from 4.0.0 to 5.0.0 (#16) (5839ffb)

4.3.0 (2024-09-25)

Features

  • No longer require pragmas for prettier to work on a file (f2f7919)

4.2.0 (2024-09-25)

Features

  • Added new documentation on release process; test release process (c74d66c)

4.1.1 (2024-09-25)

Bug Fixes

  • Use husky to validate commit messages match format (57b3ca5)

4.1.0 (2024-09-25)

Features

  • Transition the project to automated releases using semantic-release (42f7515)

Changelog

Chronological history of changes to the ESLint config.

[v3.5.0] - April 10, 2022

  • Updated NPM packages to their latest compatible releases.
  • Opened up dependency versions with ^. Dev-dependencies remain pinned.

[v3.4.2] - February 28, 2022

  • Turned off react/function-component-definition rule to allow React function components to be defined using const and arrow functions.

[v3.4.1] - February 8, 2022

  • Upgraded markdownlint-cli to 0.31.0 to eliminate some audit warnings.
  • Upgraded eslint-plugin-promise to 6.0.0 to be fully compatible with ESLint 8+.

[v3.4.0] - November 24, 2021

  • Updated eslint to v8.3.0 and other NPM packages to their latest compatible releases.
  • Removed deprecated jsxBracketSameLine option from prettier.config.js

[v3.3.0] - March 19, 2021

  • Updated eslint to v7.22.0 and other NPM packages to their latest compatible releases

[v3.2.6] - March 5, 2021

  • This package is now open source! Available on NPM at @actinc/eslint-config
  • Updated NPM package dependencies to their latest compatible releases

[v3.1.0] - February 26, 2021

  • No longer specify a parser in the Prettier config
  • Updated NPM package dependencies to their latest compatible releases

[v3.0.0] - February 19, 2021

  • Added MIT License; added license docblock to all files
  • Removed eslint-plugin-immutable from the ESLint config
  • Updated NPM package dependencies to their latest compatible releases