Skip to content

Commit dcc71c6

Browse files
author
linfeng
committed
fix: remove unused prettier from eslintrc
1 parent b356ba9 commit dcc71c6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.eslintrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"plugin:@typescript-eslint/recommended",
3333
"plugin:react/recommended",
3434
"airbnb-base",
35-
"prettier/@typescript-eslint",
36-
"prettier"
35+
"prettier/@typescript-eslint"
3736
],
3837
"rules": {
3938
"func-names": 0,
@@ -122,4 +121,4 @@
122121
}
123122
]
124123
}
125-
}
124+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "3.3.28-beta.17",
3+
"version": "3.3.28-beta.18",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)