Skip to content

cwaring/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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