4.16.0 (2024-09-26)
- Add a nest configuration for linting BE development projects (807197e)
4.15.0 (2024-09-26)
- Remove deprecated max-len rule, as it is conflicting with prettier anyway (6a91d9f)
4.14.0 (2024-09-26)
- Added support for next, regex, sort-keys-fix plugins (3a2afbd)
4.13.0 (2024-09-26)
- Added rules for mdx and storybook files (b09fff4)
4.12.1 (2024-09-26)
- Open up semver ranges (435f13e)
4.12.0 (2024-09-26)
- Added eslint-import-resolver-node to the core setup (41b7478)
4.11.0 (2024-09-26)
- Added eslint-import-resolver-typescript to the core config (8ffdf0a)
4.10.0 (2024-09-25)
- Bumped all eslint packages to their latest eslint@8 compatible releases (c9b61a1)
4.9.0 (2024-09-25)
- Upgraded prettier to 3.3.3, as well as associated eslint packages (8d4fd34)
4.8.0 (2024-09-25)
- Set tsconfig > compilerOptions.incremental to false by default (66874c3)
4.7.0 (2024-09-25)
4.6.0 (2024-09-25)
4.5.0 (2024-09-25)
- 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)
4.3.0 (2024-09-25)
- No longer require pragmas for prettier to work on a file (f2f7919)
4.2.0 (2024-09-25)
- Added new documentation on release process; test release process (c74d66c)
4.1.1 (2024-09-25)
- Use husky to validate commit messages match format (57b3ca5)
4.1.0 (2024-09-25)
- Transition the project to automated releases using semantic-release (42f7515)
Chronological history of changes to the ESLint config.
- Updated NPM packages to their latest compatible releases.
- Opened up dependency versions with
^
. Dev-dependencies remain pinned.
- Turned off
react/function-component-definition
rule to allow React function components to be defined usingconst
and arrow functions.
- Upgraded
markdownlint-cli
to0.31.0
to eliminate some audit warnings. - Upgraded
eslint-plugin-promise
to6.0.0
to be fully compatible with ESLint 8+.
- Updated
eslint
tov8.3.0
and other NPM packages to their latest compatible releases. - Removed deprecated
jsxBracketSameLine
option fromprettier.config.js
- Updated
eslint
tov7.22.0
and other NPM packages to their latest compatible releases
- This package is now open source! Available on NPM at
@actinc/eslint-config
- Updated NPM package dependencies to their latest compatible releases
- No longer specify a parser in the Prettier config
- Updated NPM package dependencies to their latest compatible releases
- 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