1 Star 0 Fork 2

hanp/uni-parse-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
// eslint-disable-next-line
module.exports = {
env: {
browser: true,
es2021: true
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
overrides: [],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
plugins: ['@typescript-eslint'],
rules: {
'prettier/prettier': 'error',
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'never'],
'no-multiple-empty-lines': [
2,
{
max: 1,
maxBOF: 0
}
],
'space-before-function-paren': 0,
'@typescript-eslint/no-empty-function': 'off',
'no-inner-declarations': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-inferrable-types': 0,
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-this-alias': 'off'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/micrpinhan/uni-parse-pages.git
git@gitee.com:micrpinhan/uni-parse-pages.git
micrpinhan
uni-parse-pages
uni-parse-pages
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385