1 Star 0 Fork 0

云账户技术(天津)有限公司/sdk-nodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
mancoxu 提交于 2023-10-19 13:22 . chore: add tdsformat code
module.exports = {
extends: ['@yzh-devkit/eslint-config-lint/eslintWithTS'],
ignorePatterns: ['.eslintrc.js', 'tdsformat.js'],
rules: {
'react/no-array-index-key': 'off',
'no-underscore-dangle': 'off',
'react/no-unstable-nested-components': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-var-requires': 'off',
// // warn
// 'simple-import-sort/imports': [
// 'warn',
// { groups: [['^react', '^[a-z]', '^@[^/]'], ['^@/'], ['^\\.'], ['.(less|css)$']] },
// ],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/YunzhanghuOpen/sdk-nodejs.git
git@gitee.com:YunzhanghuOpen/sdk-nodejs.git
YunzhanghuOpen
sdk-nodejs
sdk-nodejs
master

搜索帮助