1 Star 0 Fork 0

凌云文档/alfresco-js-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denys Vuika 提交于 2021-05-28 11:50 . ESLint support (#1119)
module.exports = {
root: true,
env: {
node: true,
browser: true
},
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
],
// TODO: consider removing these rules and improving the source code
rules: {
'prefer-const': 1,
'no-useless-escape': 1,
'prefer-rest-params': 1,
'prefer-spread': 1,
'no-prototype-builtins': 1,
'@typescript-eslint/explicit-module-boundary-types': 1,
'@typescript-eslint/ban-ts-comment': 1,
'@typescript-eslint/ban-types': 1,
'@typescript-eslint/no-var-requires': 1,
'@typescript-eslint/no-explicit-any': 1,
'@typescript-eslint/no-empty-function': 1,
'@typescript-eslint/no-namespace': 1,
'@typescript-eslint/no-inferrable-types': 1,
'@typescript-eslint/no-unused-vars': 1
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinyichv/alfresco-js-api.git
git@gitee.com:xinyichv/alfresco-js-api.git
xinyichv
alfresco-js-api
alfresco-js-api
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385