61 Star 245 Fork 49

奇虎360 / spriteJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
akira-cn 提交于 2019-12-26 15:09 . :tada:v3.0 released!
module.exports = {
env: {
jest: true
},
globals: {
spritejs: true,
global: true,
Canvas: true,
Container: true,
importScripts: true,
__DEV__: true,
},
extends: "eslint-config-sprite",
plugins: ['html'],
rules: {
"complexity": ["warn", 25],
'import/prefer-default-export': 'off',
"no-unused-vars": 'warn',
'no-restricted-globals': 'off',
},
}
JavaScript
1
https://gitee.com/qihoo360/spriteJS.git
git@gitee.com:qihoo360/spriteJS.git
qihoo360
spriteJS
spriteJS
master

搜索帮助