1 Star 0 Fork 0

刘宏斌 / vue2-helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘宏斌 提交于 2023-09-24 09:54 . import 语句 无别名 跳转
/**@type {import('eslint').Linter.Config} */
// eslint-disable-next-line no-undef
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
rules: {
'semi': [2, "always"],
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/explicit-module-boundary-types': 0,
'@typescript-eslint/no-non-null-assertion': 0,
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/honbingitee/vue2-helper.git
git@gitee.com:honbingitee/vue2-helper.git
honbingitee
vue2-helper
vue2-helper
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891