@pohodnik/eslint-config
v5.0.3
Published
Pohodnik code style
Readme
@pohodnik/eslint-config
eslint configuration for pohodnik developers
install
yarn add -D @pohodnik/eslint-configor
npm install --save-dev @pohodnik/eslint-configusage
in root of your project place file .eslintrc with content:
basic
{
"extends": "@pohodnik"
}for react
{
"extends": ["@pohodnik", "@pohodnik/eslint-config/react"]
}for jest
{
"extends": ["@pohodnik", "@pohodnik/eslint-config/jest"]
}for all
{
"extends": [
"@pohodnik",
"@pohodnik/eslint-config/react",
"@pohodnik/eslint-config/jest"
]
}