We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aad35 commit a9bfe7dCopy full SHA for a9bfe7d
src/categories/js/eslint.ts
@@ -10,7 +10,7 @@ interface Config {
10
const nodeTsConfig: Config = {
11
dependencies: [
12
'@typescript-eslint/eslint-plugin',
13
- '@typescript-eslint/parse',
+ '@typescript-eslint/parser',
14
'eslint-config-prettier',
15
'eslint-plugin-beautiful-sort',
16
'eslint-plugin-prettier',
0 commit comments