1.0.0 • Published 10 months ago

@bjj/eslint-config-node v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@elestyle/eslint-config-vue

Install

$ npm login --registry=https://elepay.jfrog.io/elepay/api/npm/npm-local/ --scope=@elestyle
$ npm config set @elestyle:registry https://elepay.jfrog.io/elepay/api/npm/npm-local/

$ yarn add @elestyle/eslint-config-vue -D

Usage

.eslintrc.js

module.exports = {
  root: true,
  extends: [
    '@elestyle/vue'
  ]
}