Skip to content

PiperGuy/eslint-config-typescript

Repository files navigation

💎 eslint-config-typescript

version downloads

My personal eslint configuration for typescript.

📦 Installation

This package is hosted on npm.

Install the configuration and it's peer dependencies as a development dependency.

npx install-peerdeps --dev @piperguy/eslint-config-typescript

This installs peer dependencies automatically using npx and install-peerdeps so you don't have to!

🥑 Usage

Create an .eslintrc file in the root of your project and tell it to extend the configuration.

{
    extends: "@piperguy/eslint-config-typescript"
}

You can add more ESLint configuration options in this file if you want.

❔ Questions

🐛 report bugs by filing issues
📢 provide feedback with issues or on twitter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published