2.0.0 • Published 3 years ago

@volvo-cars/eslint-config-prettier v2.0.0

Weekly downloads
66
License
UNLICENSED
Repository
github
Last release
3 years ago

@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