@stone-lemons/eslint-config-typescript-vue

0.0.8 • Public • Published

Personal configs

Credit: Forked from ntnyq

EsLint config for Vue.js and TypeScript

Usage

Install

$ npm i @stone-lemons/eslint-config-typescript-vue -D
# OR
$ yarn add @stone-lemons/eslint-config-typescript-vue -D

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@stone-lemons/typescript-vue'],

    rules: {
        // Override rules
    },
}

in package.json

{
    "eslintConfig": {
        "root": true,
        "extends": "@stone-lemons/typescript-vue"
    }
}

/@stone-lemons/eslint-config-typescript-vue/

    Package Sidebar

    Install

    npm i @stone-lemons/eslint-config-typescript-vue

    Weekly Downloads

    0

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    2.83 kB

    Total Files

    4

    Last publish

    Collaborators

    • stone-lemons