README

eWay-CRM ESLint Rules for TypeScript
Installation
npm i --save-dev @eway-crm/eslint-config
Configuration
Add configuration to your .eslintrc.json project file:
{
"extends": ["@eway-crm/eslint-config"]
}
ESLint rules for eWay-CRM
<script type="module">
import ewayCrmEslintConfig from 'https://cdn.skypack.dev/@eway-crm/eslint-config';
</script>

npm i --save-dev @eway-crm/eslint-config
Add configuration to your .eslintrc.json project file:
{
"extends": ["@eway-crm/eslint-config"]
}