Skip to content

Commit

Permalink
fix(lints): 修复lints
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 23, 2019
1 parent e4121e8 commit 9693f79
Show file tree
Hide file tree
Showing 17 changed files with 8,918 additions and 37 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
### 🐛 Bug 修复
范围|描述|commitId
--|--|--
commitlint | 添加commitlint | [e4121e8](https://github.com/luoxue-victor/learn_webpack/commit/e4121e8)
demo | 修改demo | [86da5a4](https://github.com/luoxue-victor/learn_webpack/commit/86da5a4)
gitignore | 增加dist | [d723459](https://github.com/luoxue-victor/learn_webpack/commit/d723459)
husky | 添加 husky | [6ba2389](https://github.com/luoxue-victor/learn_webpack/commit/6ba2389)
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['./node_modules/vue-cli-plugin-commitlint/lib/lint']
};
}
348 changes: 330 additions & 18 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "webpack打包器",
"author": "jijiang",
"scripts": {
"es": "webpack-box lint eslint",
"build": "webpack-box build",
"cr": "node tools/readme",
"cz": "npm run log && git add . && git cz",
Expand All @@ -24,7 +25,7 @@
"lint-staged": "^9.5.0",
"pk-cli-plugin-react": "^1.0.1",
"vue-cli-plugin-commitlint": "^1.0.10",
"webpack-box": "^1.1.2"
"webpack-box": "^1.1.3"
},
"bugs": {
"url": "https://github.com/luoxue-victor/learn_webpack/issues"
Expand Down
1 change: 1 addition & 0 deletions packages/eslint/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 0 additions & 1 deletion packages/eslint/lint.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const fs = require('fs')
const globby = require('globby')

const renamedArrayArgs = {
Expand Down
Loading

0 comments on commit 9693f79

Please sign in to comment.