1 Star 4 Fork 1

今逍遥 / CC数据库管理工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
elicscc 提交于 2021-12-04 19:54 . 初始化vue java
module.exports = {
parser: 'vue-eslint-parser',
parserOptions: {
sourceType: 'module',
parser: '@typescript-eslint/parser' // 解析 .ts 文件
},
env: {
browser: true,
node: true,
es6: true
},
extends: ['standard', 'plugin:@typescript-eslint/recommended'],
globals: {
__static: true
},
// required to lint *.vue files
plugins: [
'vue',
'html',
'@typescript-eslint'
],
rules: {
'no-eval': 0,
'no-inner-declarations': 0,
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 1 : 0,
'@typescript-eslint/no-this-alias': 0
}
}
NodeJS
1
https://gitee.com/elicscc/ccdata-link.git
git@gitee.com:elicscc/ccdata-link.git
elicscc
ccdata-link
CC数据库管理工具
master

搜索帮助