Skip to content

Commit a9bfe7d

Browse files
committed
fix: eslint node:ts config
1 parent 60aad35 commit a9bfe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories/js/eslint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface Config {
1010
const nodeTsConfig: Config = {
1111
dependencies: [
1212
'@typescript-eslint/eslint-plugin',
13-
'@typescript-eslint/parse',
13+
'@typescript-eslint/parser',
1414
'eslint-config-prettier',
1515
'eslint-plugin-beautiful-sort',
1616
'eslint-plugin-prettier',

0 commit comments

Comments
 (0)