Lint and style configurations for @twolfson, providing a common versioned location for style choices. Version 1.6.1 is the latest stable release, with a low release cadence. It integrates jscs and jshint, offering a CLI to install .jscsrc and .jshintrc files, lint paths, and run prechecks. It does not include jscs/jshint as dependencies, relying on the user to provide them. Alternative: self-managed configs.
npm install twolfson-styleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install twolfson-style, copy config files to project root, and set up lint/precheck scripts.
Migrate to ESLint with a preset like eslint-config-airbnb.
Use ESLint instead of jscs/jshint.
Install jshint and jscs globally or as devDependencies.
Ensure both tools are configured correctly.
Run 'npm install twolfson-style --save-dev' and use npx or local node_modules/.bin/
Install jshint: 'npm install jshint --save-dev'
Install jscs: 'npm install jscs --save-dev'
Ensure twolfson-style is installed: 'npm install twolfson-style'
No dependency data recorded yet.