@firelayer/eslint-config-vue

1.3.3 • Public • Published
Firelayer

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:

  1. Add this package to your devDependencies
$ npm i -D @firelayer/eslint-config-vue
# or
$ yarn add -D @firelayer/eslint-config-vue
  1. Install eslint if not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslint
  1. Create a .eslintrc file

  2. Extend our config:

{
  "extends": [
    "@firelayer/eslint-config-vue"
  ]
}

License

MIT license - Firelayer

Readme

Keywords

Package Sidebar

Install

npm i @firelayer/eslint-config-vue

Weekly Downloads

2

Version

1.3.3

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • jpntex