1.0.2 • Published 4 years ago

@spartanbio/eslint-config-vue-typescript v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Spartan Bio ESLint config for Vue and Typescript

ESlint config used with Vue and Typescript by Spartan Bio.

Usage

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