@catchfashion/eslint-config

A common Eslint preset for catchfashion TypeScript projects

Usage no npm install needed!

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

README

@catchfashion/eslint-config

A common ESLint config for TypeScript projects

Setup

$ npm install eslint @catchfashion/eslint-config --save-dev

Add the following to .eslintrc

{
  "extends": "@catchfashion",
  "rules": {
    // add your custom eslint configurations...
  }
}