Skip to content

Commit

Permalink
fix(test): eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Jan 11, 2020
1 parent e9b27a0 commit d75c7fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
范围|描述|commitId
--|--|--
eslint | 测试eslint | [982688a](https://github.com/luoxue-victor/learn_webpack/commit/982688a)
eslint | test | [e9b27a0](https://github.com/luoxue-victor/learn_webpack/commit/e9b27a0)

## [1.2.13](https://github.com/luoxue-victor/learn_webpack/compare/v1.2.12...v1.2.13) (2020-01-11)

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@
"webpack-box tslint",
"git add"
],
"**.{js,jsx}": [
"*.{js,jsx}": [
"webpack-box eslint",
"git add"
],
"packages/**/*.{js,jsx}": [
"webpack-box eslint",
"git add"
]
Expand Down

0 comments on commit d75c7fb

Please sign in to comment.