0.4.3 • Published 3 years ago
@pinnsg/eslint-config-typescript-vue v0.4.3
Personal configs
Credit: Forked from ntnyq
EsLint config for Vue.js and TypeScript
Usage
Install
$ npm i @pinnsg/eslint-config-typescript-vue -D
# OR
$ yarn add @pinnsg/eslint-config-typescript-vue -DExtend this config
in .eslintrc.js
module.exports = {
    root: true,
    extends: ['@pinnsg/typescript-vue'],
    rules: {
        // Override rules
    },
}in package.json
{
    "eslintConfig": {
        "root": true,
        "extends": "@pinnsg/typescript-vue"
    }
}