1.0.0 • Published 5 years ago

eslint-plugin-adoptapet v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

eslint-plugin-adoptapet

AAP's ESLint config

Installation

$ npm i eslint-plugin-adoptapet

Usage

// .eslintrc.js
"extends": [
  "plugin:adoptapet/base", // For JS linting
  "plugin:adoptapet/vue" // For Vue linting (if using Vue)
]