@cleartax/eslint-config
v1.3.2
Published
ClearTax Eslint Config
Downloads
37
Maintainers
Readme
@cleartax/eslint-config
ClearTax Eslint Config for .(js|ts|jsx|tsx|json|md)
Install
npm i @cleartax/eslint-config -D
or
yarn add @cleartax/eslint-config -D
Install peerDependencies
and plugins
npx install-peerdeps --dev @cleartax/eslint-config
Usage
Sharable Eslint Configs can be used by adding the config name to the extends
property in esling-config.
extends: [
"@cleartax"
]