1.1.6 • Published 1 year ago

@stellaraf/eslint-config v1.1.6

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

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"
  ]
}