加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintignore 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
黒之染 提交于 2020-12-08 10:57 . 提交覆盖率
# eslint有的文件不用检查
/app
out
test
tests
node_modules
jtFrontCheck.html
jtFrontEasyCheck.html
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test/unit/coverage/
cheerio/
test??.js
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
config.local.js
.vscode/
.logs
.nyc_output
coverage
mochawesome-report
# 开发环境的配置就不用上传了
config/config.local.js
config/config.local-test.js
www
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化