0.0.6 • Published 1 year ago

eslint-config-natsu-vue3 v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

eslint-config-natsu-vue3

针对vue3的eslint配置

将常用的配置抽到这里配置,其他项目引用即可

  1. 安装
npm i -D eslint eslint-plugin-vue @vue/eslint-config-prettier @vue/eslint-config-typescript
  1. 配置.eslintrc.cjs如下:
module.exports = {
  root: true,
  extends: [
    'natsu-vue3', // eslint-config-*可以简写
  ],
  rules: {},
};
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago