eslint-config-ezze-prettier
v1.0.0-alpha.1
Published
ESLint rules for Prettier
Readme
eslint-config-ezze-prettier
ESLint configuration for Prettier.
Installation
pnpm add eslint@^9.16.0 eslint-config-prettier@^9.1.0 eslint-plugin-prettier@^5.2.1 prettier@^3.4.2 -DUsage
Create eslint.config.js file in your project and place the following there:
import ezzePrettier from 'eslint-config-ezze-prettier';
export default [
...ezzePrettier
];Here is the recommended configuration. It can be referred from project's package.json:
{
"prettier": "prettier-config-ezze"
}See Shareable configs for more details.
