An ESLint shareable config for projects using Prettier and JavaScript Standard Style as ESLint rules. Version 4.0.1 is the latest stable release. It combines eslint-config-standard and eslint-config-prettier, along with eslint-plugin-prettier and prettier-config-standard. The config ensures that ESLint rules do not conflict with Prettier formatting. Compared to alternatives like eslint-config-prettier alone, this package provides a zero-config setup that aligns with Standard Style. It supports both ESLint-config-based and JavaScript-based Prettier configuration.
npm install eslint-config-prettier-standardVerified import paths — ran on the pinned version, not inferred.
Basic ESLint configuration using eslint-config-prettier-standard as the last extends entry.
Remove eslint-plugin-standard from your dependencies; it's no longer needed.
Use eslint-config-standard version 12 to <16.0.0.
Order extends as: ['other-configs', 'prettier-standard']
npm install --save-dev eslint-plugin-prettier
npm install --save-dev eslint-config-standard
Ensure eslint-plugin-prettier and prettier-config-standard are installed and extends includes 'prettier-standard'