Skip to content

Commit

Permalink
update readme for node
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-stillman committed Sep 18, 2024
1 parent 287be7b commit a72f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lintier's goal is to provide a minimal setup to build upon. You should modify t

## Update for ESLint 9

As of Fall 2024, the community is still updating various packages to be compatible with ESLint version 9. This version of lintier disables currently incompatible packages like [eslint-plugin-react-hooks](https://github.com/facebook/react/issues/28313) and the [airbnb styleguide](https://github.com/airbnb/javascript/issues/2961).
As of Fall 2024, the community is still updating various packages to be compatible with ESLint version 9. This version of lintier disables currently incompatible packages like [eslint-plugin-react-hooks](https://github.com/facebook/react/issues/28313), [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node), and the [airbnb styleguide](https://github.com/airbnb/javascript/issues/2961).

## Usage

Expand Down

0 comments on commit a72f735

Please sign in to comment.