Skip to content

Commit 006d8e4

Browse files
committed
✨ feat: support UCS-4 emoji unicode
1 parent 180c744 commit 006d8e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"lint-staged": "^13",
5757
"multi-semantic-release": "^3",
5858
"prettier": "^2.2.1",
59+
"prettier-plugin-organize-imports": "^3",
60+
"prettier-plugin-packagejson": "^2",
5961
"semantic-release": "^19.0.5",
6062
"ts-jest": "^29",
6163
"ts-node": "^10",

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"build": "father build",
25-
"clean": "rm -rf es lib dist build coverage src/.umi* .eslintcache",
25+
"clean": "rm -rf es lib dist build coverage .eslintcache",
2626
"cov": "jest --coverage",
2727
"start": "father dev",
2828
"test": "jest"

packages/parser-opts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"include": ["src"],
43
"compilerOptions": {
54
"module": "CommonJS",
65
"target": "es5",

0 commit comments

Comments
 (0)