fashion-show v3.3.3 is a Node.js library for building versioned, consistent styleguides that centralize lint configurations (.jshintrc, .jscsrc, .eslintrc) across projects. It wraps CLI tools (JSHint, JSCS, ESLint) providing a unified API and binary. No recent updates (last publish 2016). Differentiator: enforces a single source of truth for lint rules, but relies on deprecated/unmaintained linters (JSHint, JSCS).
npm install fashion-showNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs ESLint using a shared config from a 'dist' directory, targeting 'lib' and 'test' folders.
Remove JSHint/JSCS from commands and use only ESLint.
Use 'reporter' for JSHint, 'format' for ESLint, or omit both.
Ensure 'rc' points to the directory containing dotfiles (e.g., './dist').
Set 'reporter' or 'format' option to get formatted output, or pipe the child process stdout.
Create the dotfiles directory with .eslintrc, .jscsrc, or .jshintrc files.
Install the required linter: npm install jscs --save-dev
Remove 'fix' when not using JSCS, or set only for JSCS.