1 Star 0 Fork 28

acttos/lin-cms-koa

forked from 林间有风/lin-cms-koa 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shirmy 提交于 2020-03-13 17:36 +08:00 . feat: 0.3.x init
module.exports = {
extends: 'standard',
plugins: ['jest'],
rules: {
semi: ['warn', 'always'],
quotes: ['warn', 'single'],
'camelcase': 0,
'eol-last': 0,
'jest/no-disabled-tests': 'warn',
'jest/no-focused-tests': 'error',
'jest/no-identical-title': 'error',
'jest/prefer-to-have-length': 'warn',
'jest/valid-expect': 'error',
},
env: {
jest: true
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/acttos/lin-cms-koa.git
git@gitee.com:acttos/lin-cms-koa.git
acttos
lin-cms-koa
lin-cms-koa
master

搜索帮助