@ntnyq/eslint-config-typescript-vue

0.1.14 • Public • Published

EsLint config for Vue.js and TypeScript

Usage

Install

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

Extend this config

in .eslintrc.js

module.exports = {
    root: true,

    extends: ['@ntnyq/typescript-vue'],

    rules: {
        // Override rules
    },
}

in package.json

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.142latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.142
0.1.132
0.1.120
0.1.111
0.1.101
0.1.91
0.1.80
0.1.72
0.1.62
0.1.50
0.1.41
0.1.31
0.1.21
0.1.10
0.1.01

Package Sidebar

Install

npm i @ntnyq/eslint-config-typescript-vue

Weekly Downloads

15

Version

0.1.14

License

MIT

Unpacked Size

2.73 kB

Total Files

4

Last publish

Collaborators

  • ntnyq