3 Star 8 Fork 4

于江浩 / winwin-hexo-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
于江浩 提交于 2020-03-17 20:03 . add main logic
module.exports = {
env: {
browser: true,
commonjs: true,
es6: true
},
extends: [
'standard'
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly'
},
parserOptions: {
ecmaVersion: 2018
},
rules: {
}
}
1
https://gitee.com/winwin_2011/winwin-hexo-editor.git
git@gitee.com:winwin_2011/winwin-hexo-editor.git
winwin_2011
winwin-hexo-editor
winwin-hexo-editor
master

搜索帮助