Registry / testing / eslint-config-important-stuff

eslint-config-important-stuff

JSON →
library1.1.0jsnpmunverified

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-stuff
INSTALL
IMPORT
SIG · ESLINT-CONFIG-IMPO
E
eslint-config-important-stuff
testingjavascriptv1.1.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

important-stuff config
{ "extends": "important-stuff" }
{ "extends": "eslint-config-important-stuff" }
Use the shorthand 'important-stuff' in the extends config, not the full package name.

Installs the config and extends it in .eslintrc.json

npm install --save-dev eslint eslint-config-important-stuff # .eslintrc.json { "extends": "important-stuff" }
Debug
Known issues
breakingv1.0.0 removed all React-specific settings that previously existed in earlier alpha versions.
fix
If you rely on React linting, manually add eslint-plugin-react and configure rules.
affects: >=1.0.0
gotchaThe config does not include any formatting rules; you must use Prettier or another formatter separately.
fix
Install and configure prettier or eslint-plugin-prettier.
affects: >=1.0.0
deprecatedThe rule 'no-var' is enabled, enforcing let/const; ensure your codebase uses ES6+.
fix
Update any var declarations to let or const.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Failed to load config "important-stuff" to extend from.
eslint-config-important-stuff is not installed or not in node_modules.
fix
Run 'npm install --save-dev eslint-config-important-stuff' to install it.
Oops! Something went wrong! :( ESLint: 7.32.0 ESLint couldn't find the config "important-stuff".
The package is not installed or the configuration file is malformed.
fix
Verify the package is installed and that your .eslintrc.json has the correct extends value.
ReferenceError: module is not defined
Using require() in an ESM context when loading the config.
fix
Use the extends property in JSON config instead of programmatic require.
Upgrade
Version history
1.1.0latest on npm
Audit
Dependencies
eslintrequiredPeer dependency required to run ESLint
Agent activity
2 hits · last 30 days
node
2
Resources
eslint-config-important-stuff — npm install eslint-config-important-stuff · libregistry