Skip to content

Commit

Permalink
feat(json): update json order
Browse files Browse the repository at this point in the history
  • Loading branch information
theurgi committed Apr 10, 2023
1 parent 08b5399 commit ab62e7b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/rules/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export = defineConfig({
'bin',
'unpkg',
'scripts',
'husky',
'simple-git-hooks',
'lint-staged',
'engines',
'peerDependencies',
'peerDependenciesMeta',
Expand All @@ -50,9 +47,11 @@ export = defineConfig({
'bundledDependencies',
'bundleDependencies',
'overrides',
'pnpm',
'commitlint',
'eslintConfig',
'husky',
'lint-staged',
'pnpm',
'prettier',
],
},
Expand Down

0 comments on commit ab62e7b

Please sign in to comment.