Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

eslint-config-airbnb-angular

Package Overview
Dependencies
2
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

eslint-config-airbnb-angular

Airbnb's ESLint config with Angular and TypeScript support

    1.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
405
decreased by-38.54%

Weekly downloads

Readme

Source

eslint-config-airbnb-angular

Airbnb's ESLint config with Angular and TypeScript support

Use this when you're trying to use eslint-config-airbnb-base and typescript-eslint in your Angular project.

Note: this config works for both JS and TS files.

Installation

Install dependencies. ESLint plugins must also be installed.

npm install --save-dev eslint-config-airbnb-angular \ eslint-plugin-import \ @typescript-eslint/eslint-plugin

Within your ESLint config file:

module.exports = { extends: ['airbnb-angular'], };

Alter your eslint command to include ts files:

eslint --ext .js,.ts .

Credits

Authored and maintained by Eike Foken (eikefoken.com)

License

Open source licensed as MIT.

Keywords

FAQs

Last updated on 16 Aug 2019

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc