@firelayer/eslint-config-vue
v1.3.3
Published
Firelayer eslint config with vue
Readme
Jumpstart your Firebase Project
Firelayer ESLint Config with Vue
Getting Started
Do you want to add the config to your own projects? There you go:
- Add this package to your devDependencies
$ npm i -D @firelayer/eslint-config-vue
# or
$ yarn add -D @firelayer/eslint-config-vue- Install
eslintif not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslintCreate a
.eslintrcfileExtend our config:
{
"extends": [
"@firelayer/eslint-config-vue"
]
}License
MIT license - Firelayer
