1.0.1 • Published 3 years ago

@teqplay/eslint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Welcome!

This repository contains initial configuration file for Teqplay ES-lint rules.

The rules will be updated regarding the Teqplay developer feedbacks soon.

First Step : Install

yarn add @teqplay/eslint-config eslint-config-airbnb --dev or npm install --save-dev @teqplay/eslint-config eslint-config-airbnb

Second Step : Extend your .eslintrc

{
  "extends": "teqplay"
}

It is ready! Happy coding!