0.1.6 • Published 2 years ago

@app-research/eslint-config v0.1.6

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

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'
}