Skip to content

Commit

Permalink
feat: add TypeScript and sortKeys support in ESLint configuration; up…
Browse files Browse the repository at this point in the history
…date dependencies
  • Loading branch information
maggot-code committed Dec 19, 2024
1 parent 0348f91 commit c96c32d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export default unlint({
formatters: true,
stylistic: true,
jsonc: true,
typescript: true,
sortKeys: true,
});
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/parser": "^8.18.1",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-command": "^0.2.6",
"eslint-plugin-command": "^0.2.7",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.32.0",
"eslint-processor-vue-blocks": "^0.1.2",
"globals": "^15.13.0",
"globals": "^15.14.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.1",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"vue-eslint-parser": "^9.4.3"
}
}

0 comments on commit c96c32d

Please sign in to comment.