@philipbordallo/eslint-config-typescript

6.0.2 • Public • Published

@philipbordallo/eslint-config-typescript

Personal ESLint config for TypeScript

NPM Version

See src/configs/typescript.js for how it's fully setup or check the generated file.

Install

Add as a devDependency with your favorite package manager.

npm add -D @philipbordallo/eslint-config-typescript

Peer Dependencies

If you are using npm v7 or greater these should automatically be installed. Otherwise use your package manager to add them as devDependencies manually.

npm add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint typescript

Setup

module.exports = {
  extends: [
    '@philipbordallo',
    '@philipbordallo/typescript',
  ],
};

Readme

Keywords

Package Sidebar

Install

npm i @philipbordallo/eslint-config-typescript

Weekly Downloads

0

Version

6.0.2

License

MIT

Unpacked Size

10.8 kB

Total Files

3

Last publish

Collaborators

  • philipbordallo