Skip to content

Commit

Permalink
fix: add missing sort-keys-fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed Jun 20, 2023
1 parent dec470d commit 1aa8775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/lib/tslint-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
"prettier/prettier": "warn",
"simple-import-sort/exports": "error",
"simple-import-sort/imports": "error",
"sort-keys-fix/sort-keys-fix": "warn",
},
},
],
Expand Down

0 comments on commit 1aa8775

Please sign in to comment.