1 Star 1 Fork 0

周红伟/tauri-vue-unocss-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
hwzhou 提交于 2023-04-13 17:35 . feat: :sparkles:add i18n support with fluent-vue
module.exports = {
env: {
node: true,
browser: true,
jest: true,
},
parser: 'vue-eslint-parser', // Specifies the ESLint parser
plugins: ['@typescript-eslint', 'unused-imports'],
extends: [
//'eslint:recommended',
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
],
parserOptions: {
parser: '@typescript-eslint/parser',
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports
ecmaFeatures: {
jsx: true, // Allows for the parsing of JSX
},
},
rules: {
'no-undef': 'off',
'no-unused-vars': 'off', // or "@typescript-eslint/no-unused-vars": "off",
'unused-imports/no-unused-imports': 'error',
'vue/multi-word-component-names': 'off',
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou-hw/tauri-vue-unocss-template.git
git@gitee.com:zhou-hw/tauri-vue-unocss-template.git
zhou-hw
tauri-vue-unocss-template
tauri-vue-unocss-template
master

搜索帮助