1.0.0 • Published 4 years ago

@foxy.io/eslint-config v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Foxy ESLint Config 🦊⚙️

This is a shared ESLint config we use in our projects. It extends recommended defaults, adding support for TypeScript, optimizing for Web Components, encouraging key ordering, use of class member naming conventions and more.

To get started, install the package:

npm install @foxy.io/eslint-config --save-dev

And then add it to your configuration file:

{ "extends": "@foxy.io" }