Skip to content

Commit 2d14036

Browse files
committed
chore: Remove more semicolons
1 parent 56f672b commit 2d14036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
22
extends: 'sora',
3-
};
3+
}

.huskyrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module.exports = {
22
hooks: {
33
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
44
},
5-
};
5+
}

0 commit comments

Comments
 (0)