@spartanbio/eslint-config-vue

1.1.0 • Public • Published

Spartan Bio ESLint config for Vue

ESlint config used with Vue by Spartan Bio.

Usage

  1. Add this package and its peer dependencies to devDependencies
$ npx install-peerdeps --dev @spartanbio/eslint-config-vue
  1. Add .eslintrc.js with the following:
module.exports = {
  extends: ['@spartanbio/eslint-config-vue'],
};

If using babel, use:

module.exports = {
  root: true,
  parserOptions: {
    parser: 'babel-eslint',
    sourceType: 'module',
  },
  extends: ['@spartanbio/eslint-config-vue'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @spartanbio/eslint-config-vue

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.84 kB

Total Files

6

Last publish

Collaborators

  • alexkcollier