@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
peerDependencies
and plugins
Install 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"
]