1 Star 0 Fork 23

潘潘 / page2-skeleton-webpack-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
cloudfroster 提交于 2017-11-15 15:46 . 提取 doc 到单独项目
{
"extends": "webpack",
"globals": {
"document": true,
"window": true
},
"parserOptions": {
"sourceType": "script"
},
"rules": {
"semi": ["error", "never"],
"comma-dangle": ["error", "never"],
"consistent-return": "off",
"no-param-reassign": "off",
"no-underscore-dangle": "off",
"prefer-destructuring": ["error", {"object": false, "array": false}],
"prefer-rest-params": "off",
"import/no-extraneous-dependencies": "off",
"strict": ["error", "safe"]
}
}
JavaScript
1
https://gitee.com/qchpjh/page2-skeleton-webpack-plugin.git
git@gitee.com:qchpjh/page2-skeleton-webpack-plugin.git
qchpjh
page2-skeleton-webpack-plugin
page2-skeleton-webpack-plugin
master

搜索帮助