0.2.11 • Published 3 years ago

@tylergaffaney/eslint-config-prettier-typescript-vue v0.2.11

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 @tylergaffaney/eslint-config-prettier-typescript-vue -D
# OR
$ yarn add @tylergaffaney/eslint-config-prettier-typescript-vue -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

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

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@tylergaffaney/prettier-typescript-vue"
    }
}
0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago