@foxy.io/eslint-config
v1.0.0
Published
Shared ESLint configuration for Foxy projects.
Downloads
230
Keywords
Readme
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" }