@stellaraf/eslint-config
v1.1.6
Published
<div align="center"> <br/> <img src="https://res.cloudinary.com/stellaraf/image/upload/v1604277355/stellar-logo-gradient.svg" width="300" /> <br/> <h3>Stellar ESLint Configuration</h3> <br/> <a href="https://github.com/stellaraf/eslint/actions
Downloads
21
Readme
Usage
# NPM
npm install --save-dev @stellaraf/eslint-config
# Yarn
yarn add -D @stellaraf/eslint-config
# PNPM
pnpm add -D @stellaraf/eslint-config
In your eslint configuration:
{
"extends": [
"@stellaraf"
]
}