@jpapini/eslint-config-prettier
v0.4.1
Published
Shared ESLint Prettier configuration for JavaScript projects.
Maintainers
Readme
Tools - ESLint Prettier configuration
Shared ESLint Prettier configuration for JavaScript projects.
Table of contents
How to install
Run the following command to install the required dependencies:
$ <yarn|npm|pnpm> add -D @jpapini/eslint-config-prettier prettierAdd the following fields to your package.json:
{
"eslintConfig": {
"extends": [..., "@jpapini/eslint-config-prettier"]
}
}Don't forget to create a .eslintignore file to ignore unnecessary files.
Author
- Julien Papini [email protected]
