@volvo-cars/eslint-config-prettier
v2.0.0
Published
Eslint prettier config
Downloads
28
Readme
@volvo-cars/eslint-prettier-config
Prettier based code formatting rules. For more on eslint sharable configs click here.
This package will include the following eslint exclusions:
"prettier",
"prettier/flowtype",
"prettier/react"
The goal of the above exclusions is to turns off all rules that are unnecessary or might conflict with Prettier.
If you will like to add eslint
config that adds rules, please check that there is a
usage
This package expects that you have eslint
and prettier
installed.
// .eslintrc
{
"extends": ["@volvo-cars/eslint-config-prettier"]
}
Development
If you make any changes to this package run yarn run eslint-check