1.0.0-alpha.1 • Published 7 months ago

eslint-config-ezze-prettier v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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 -D

Usage

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.

License

MIT

1.0.0-alpha.1

7 months ago

1.0.0-alpha.0

8 months ago