README
eslint-config-sift-react
Install
Run the following command:
npm install tslint-config-sift-react --save-dev
Then, add this to your tslint.json file:
{
"extends": ["tslint-config-sift-react"]
}
Sifts Front End Web Linter
<script type="module">
import tslintConfigSiftReact from 'https://cdn.skypack.dev/tslint-config-sift-react';
</script>
Run the following command:
npm install tslint-config-sift-react --save-dev
Then, add this to your tslint.json file:
{
"extends": ["tslint-config-sift-react"]
}