1 Star 0 Fork 0

sunron/weui-miniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tidyzq 提交于 2020-10-29 14:32 . chore: change eslint rules
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 6,
sourceType: 'module'
},
env: {
es6: true,
browser: true,
jest: true,
commonjs: true,
node: true
},
plugins: [
'@typescript-eslint',
'prettier'
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint'
],
globals: {
wx: true,
App: true,
Page: true,
Component: true
},
rules: {
'prettier/prettier': 'error',
'no-console': ["error", { allow: ["warn", "error"] } ],
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sunronsoft/weui-miniprogram.git
git@gitee.com:sunronsoft/weui-miniprogram.git
sunronsoft
weui-miniprogram
weui-miniprogram
master

搜索帮助