11.1.0 • Published 2 years ago

@staccx/eslint-config v11.1.0

Weekly downloads
18
License
MIT
Repository
-
Last release
2 years ago

StaccX eslint-config

Shared eslint settings for Stacc X. Based on prettier + standard. Based on eslints own documentation of shareable-configs

Usage

yarn add @staccx/eslint-config --dev

Create .eslintrc in the root of your project

{
    "extends": "@staccx"
}