< Tools for creators. />
Do you want to add the config to your own projects? There you go:
- Add this package to your devDependencies
$ npm i -D @indielayer/eslint-config-vue
# or
$ yarn add -D @indielayer/eslint-config-vue
- Install
eslint
andtypescript
if not already present locally or globally
$ npm i -D eslint typescript
# or
$ yarn add -D eslint typescript
-
Create a
.eslintrc
file -
Extend our config:
{
"extends": [
"@indielayer/eslint-config-vue"
]
}
MIT license - Indielayer