Skip to content

Commit ad3f6e4

Browse files
committed
fix: perfer global process
1 parent 88c0ce8 commit ad3f6e4

File tree

4 files changed

+2
-158
lines changed

4 files changed

+2
-158
lines changed

eslint.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import antfu from '@antfu/eslint-config'
2-
import perfectionist from 'eslint-plugin-perfectionist'
32

43
// https://eslint.vuejs.org/rules/
54
export default await antfu({
6-
plugins: {
7-
perfectionist,
8-
},
95
rules: {
6+
'node/prefer-global/process': 'off',
107
'no-unused-vars': 'off',
118
'unused-imports/no-unused-imports': 'warn',
129
'unused-imports/no-unused-vars': [

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@types/node": "^20.14.14",
6161
"eslint": "^9.8.0",
6262
"lint-staged": "^15.2.8",
63-
"perfectionist": "^2.4.0",
6463
"rimraf": "^6.0.1",
6564
"simple-git-hooks": "^2.11.1",
6665
"typescript": "^5.5.4",

0 commit comments

Comments
 (0)