@staccx/eslint-config
v11.1.0
Published
JavaScript linting setup for @staccx
Downloads
33
Readme
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"
}