An ESLint configuration aimed at catching bugs without being overly strict or annoying. Version 1.1.0 is the latest stable release, focusing on production-ready rules for JavaScript and React projects. It avoids stylistic rules and opinionated formatting, making it a lighter alternative to configs like eslint-config-airbnb. The package is actively maintained with monthly releases.
npm install eslint-config-important-stuffVerified import paths — ran on the pinned version, not inferred.
Installs the config and extends it in .eslintrc.json
If you rely on React linting, manually add eslint-plugin-react and configure rules.
Install and configure prettier or eslint-plugin-prettier.
Update any var declarations to let or const.
Run 'npm install --save-dev eslint-config-important-stuff' to install it.
Verify the package is installed and that your .eslintrc.json has the correct extends value.
Use the extends property in JSON config instead of programmatic require.