0.3.14 • Published 2 years ago

@drmikecrowe/eslint-config-prettier-typescript-vue v0.3.14

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

Personal configs

Credit: Forked from ntnyq

EsLint config for Vue.js and TypeScript with Prettier

Usage

Install

$ npm i @drmikecrowe/eslint-config-prettier-typescript-vue -D
# OR
$ yarn add @drmikecrowe/eslint-config-prettier-typescript-vue -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@drmikecrowe/prettier-typescript-vue'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@drmikecrowe/prettier-typescript-vue"
    }
}
0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.9

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago