1.0.6 • Published 3 years ago

eslint-config-misha v1.0.6

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

Misha's ESLint Configuration

Install

npm i -D eslint eslint-config-misha

Usage

There are three available configurations.

KeyDescription
mishaTypeScript configuration.
misha/vueVue configuration.
misha/vue3Vue 3 configuration.

Write a basic .eslintrc.js file as follows, replacing the string with the desired configuration.

module.exports = {
  extends: [
    'misha/vue',
  ],
};