0.3.14 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.9

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago