@pliancy/eslint-config-ts

Base eslint config for all TypeScript projects

Usage no npm install needed!

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

README

@pliancy/eslint-config-ts

Base eslint config for all TypeScript projects

Usage

  • Auth
    • Create a Personal Access Token
    • Edit your global .npmrc to include the following:
      @pliancy:registry=https://npm.pkg.github.com
      //npm.pkg.github.com/:_authToken=my_personal_access_token
      always-auth=true
      
  • Install yarn add -D @pliancy/eslint-config-ts
  • Add a .eslintrc.js file to your project with the following:
    module.exports = {
        extends: ['@pliancy/eslint-config-ts'],
    }