npm.io
0.1.6 • Published 4 years ago

@app-research/eslint-config

Licence
MIT
Version
0.1.6
Deps
12
Size
5 kB
Vulns
0
Weekly
0
Stars
2

eslint-config

Highly opinionated liniting and formatting to aid rapid development of ARG projects. no nits == more ships

Optimized for Vue 3 projects with Typescript

Including the following plugins:

Style and standards for: ts, js, vue, yml, json

Usage:

npm i -D @app-research/eslint-config

# peerDeps (auto installed for npm >v7)
npm i -D eslint prettier

Create .eslintrc in your project root

{
    extends: '@app-research'
}