Skip to content

Commit

Permalink
chore: sort associations with eslint-plugin-command
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Sep 25, 2024
1 parent 2fade83 commit 02cfaf2
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 213 deletions.
12 changes: 1 addition & 11 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
import config from '@antfu/eslint-config'

export default config({
ignores: [],
}, {
files: [
'src/defaults/fileIcons.ts',
'src/defaults/folderIcons.ts',
],
rules: {
'sort-keys': ['error', 'asc', { minKeys: 5 }],
},
})
export default config()
Loading

0 comments on commit 02cfaf2

Please sign in to comment.