Shared ESLint and Prettier configuration for frontend projects. Version 1.1.4 is the latest stable release. It provides a single dependency for both ESLint config and Prettier config (.prettierrc.json). The package presumes external peer dependencies must be installed separately. Different from other configs as it bundles a prettier config file export path.
npm install eslint-config-jsc-front-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs and configures the shared ESLint and Prettier config via package.json fields.
Create .eslintrc.js or .eslintrc.json with extends field.
npm i eslint prettier --save-dev
Do not use path.resolve; just the string as shown.
Run 'npm install eslint-config-jsc-front-lint eslint prettier --save-dev'
Set "prettier": "eslint-config-jsc-front-lint/.prettierrc.json"
No dependency data recorded yet.