0.2.6 • Published 2 years ago

@smartlinkdev/eslint-config-vue v0.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

Smartlink ESLint Config for Vue

npm (scoped with tag) npm

Getting Started

Installation

  1. Add this package to your devDependencies
$ npm i -D @smartlinkdev/eslint-config-vue
# or
$ yarn add -D @smartlinkdev/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.js file
$ touch .eslintrc.js
  1. Extend using the plugin
{
  extends: [
    '@smartlinkdev/eslint-config-vue'
  ]
}

Full example

A full example .eslintrc.js:

module.exports = {
  root: true,
  extends: [
    '@smartlinkdev/eslint-config-vue'
  ]
}

License

MIT license - Smartlink Ventures, Inc.

0.2.6

2 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago