@teqplay/eslint-config
v1.0.1
Published
**Welcome!**
Downloads
6
Maintainers
Keywords
Readme
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!