@bluryar/eslint-config-vue
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

@bluryar/eslint-config-vue

这一份配置继承自 antfu/eslint-config ,自用,在后续使用过程中会陆续继承个性化的配置。

用法 | Usage

  1. 安装
pnpm add -D eslint @bluryar/eslint-config-vue
  1. 配置

.eslintrc.js

// ts语法部分是否遵循 `tsconfig` 中的相关配置
// process.env.ESLINT_TSCONFIG = 'tsconfig.json'

/**
 * @type {import('eslint').ESLint.ConfigData}
 */
module.exports = {
  extends: [
    '@bluryar/vue',
  ],
}

Readme

Keywords

Package Sidebar

Install

npm i @bluryar/eslint-config-vue

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

25.3 kB

Total Files

6

Last publish

Collaborators

  • bluryar