@eway-crm/eslint-config
v1.0.8
Published
ESLint rules for eWay-CRM
Downloads
32
Readme
eWay-CRM ESLint Rules for TypeScript
Installation
npm i --save-dev eslint @eway-crm/eslint-config @typescript-eslint/parser @typescript-eslint/eslint-plugin
Configuration
Add configuration to your .eslintrc.json
project file:
{
"extends": ["@eway-crm/eslint-config"]
}