0.1.7 • Published 8 months ago

eslint-config-light-vue3 v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

eslint-config-light-vue3

开箱即用的 Eslint 配置,适用于 Vue3 项目。

如何使用

.eslintrc.js文件:

module.exports = {
  extends: ['eslint-config-light-vue3'],
};