1 Star 0 Fork 0

caicongyang/risk-rule-engine-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
caicongyang 提交于 2024-11-19 16:57 . feat:add some code
module.exports = {
parser: 'vue-eslint-parser',
parserOptions: {
parser: {
'ts': '@typescript-eslint/parser',
'<template>': 'espree'
},
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
extends: [
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended'
],
plugins: ['@typescript-eslint', 'vue'],
root: true,
rules: {
'no-unused-vars': 'off',
'no-undef': 'off',
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caicongyang/risk-rule-engine-admin.git
git@gitee.com:caicongyang/risk-rule-engine-admin.git
caicongyang
risk-rule-engine-admin
risk-rule-engine-admin
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385