Skip to content

Commit

Permalink
Add angular/eslint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 30, 2023
1 parent 3f643b7 commit 33cdd5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"@angular/forms": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/router": "^15.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
Expand Down Expand Up @@ -76,6 +80,8 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest"
"eslint-plugin-prefer-arrow": "latest",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1"
}
}

0 comments on commit 33cdd5c

Please sign in to comment.