1 Star 0 Fork 0

Sshwy / hexo-theme-essence

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sshwy 提交于 2021-01-18 13:30 . style(scripts): reformat
module.exports = {
'env': {
'browser': true,
'es2021': true,
'commonjs': true,
},
'extends': 'eslint:recommended',
'parserOptions': {
'ecmaVersion': 12,
'sourceType': 'module'
},
'rules': {
'indent': [
'error',
2,
{ SwitchCase: 1 }
],
'linebreak-style': [
'error',
'unix'
],
'quotes': [
'error',
'single'
],
'semi': [
'error',
'always'
]
}
};
1
https://gitee.com/sshwy/hexo-theme-essence.git
git@gitee.com:sshwy/hexo-theme-essence.git
sshwy
hexo-theme-essence
hexo-theme-essence
main

搜索帮助