1.1.1 • Published 1 year ago

@pliancy/eslint-config-ts v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@pliancy/eslint-config-ts

Base eslint config for all TypeScript projects

Usage

  • 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'],
    }