@aspss/lint

Shared lint configuration for TypeScript projects.

Usage no npm install needed!

<script type="module">
  import aspssLint from 'https://cdn.skypack.dev/@aspss/lint';
</script>

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"
}