Skip to content

Commit c1b14b3

Browse files
committed
chore: lint
1 parent 194373d commit c1b14b3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/cloudcmd/deepword"
37+
"url": "git+https://github.com/cloudcmd/deepword"
3838
},
3939
"keywords": [
4040
"editor",

webpack.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ const rules = clean([{
3131
'style-loader',
3232
'css-loader',
3333
'clean-css-loader', {
34-
loader: "clean-css-loader",
34+
loader: 'clean-css-loader',
3535
options: {
36-
skipWarn: true,
37-
}
38-
}
39-
],
36+
skipWarn: true,
37+
},
38+
}],
4039
}, {
4140
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
4241
use: {

0 commit comments

Comments
 (0)