8000 GitHub - cwaring/eslint-config: 👨🏻‍💻 ARG eslint-config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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'
}
0