README
aspss/lint
Shared lint configuration for TypeScript projects.
Usage
npm install -d @aspss/lint
Create or update your project's tslint.json file to look like this:
{
"extends": "@aspss/lint"
}
Shared lint configuration for TypeScript projects.
<script type="module">
import aspssLint from 'https://cdn.skypack.dev/@aspss/lint';
</script>
Shared lint configuration for TypeScript projects.
npm install -d @aspss/lint
Create or update your project's tslint.json file to look like this:
{
"extends": "@aspss/lint"
}