@cassler/eslint-config-ts

cassler's ESLint config for TS libs

Usage no npm install needed!

<script type="module">
  import casslerEslintConfigTs from 'https://cdn.skypack.dev/@cassler/eslint-config-ts';
</script>

README

Install

npm i @cassler/eslint-config-ts

Use

module.exports = {
  'root': true,
  'extends': [
    '@cassler/eslint-config-ts',
  ]
};