@aquestsrl/eslint-config
v0.3.4
Published
Shareable ESLint configuration
Downloads
38
Readme
@aquestsrl/eslint-config
Shareable ESLint configuration
Getting started
First of all, install install-peerdeps, then launch:
yarn
install-peerdeps eslint-config-airbnb -d -Y
install-peerdeps @aquestsrl/eslint-config -d -Y
yarn add @aquestsrl/eslint-config -D
npm
install-peerdeps eslint-config-airbnb -d
install-peerdeps @aquestsrl/eslint-config -d
npm install @aquestsrl/eslint-config -D
Usage
Extends from your project creating an .eslintrc
on root:
{
"extends": "@aquestsrl/eslint-config"
}