1.0.0 • Published 5 years ago
@foxy.io/eslint-config v1.0.0
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-devAnd then add it to your configuration file:
{ "extends": "@foxy.io" }1.0.0
5 years ago