Skip to content

Commit

Permalink
Updating lint versions and adding lint configuration in angular.json …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Marina-L-Stoyanova committed Aug 6, 2024
1 parent 2b90add commit d896849
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/igx-templates/igx-ts/projects/_base/files/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,20 @@
]
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"schematicCollections": ["@angular-eslint/schematics"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "~17.2.0",
"@types/jasmine": "~5.1.1",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "~8.52.0",
"@typescript-eslint/eslint-plugin": "~7.11.0",
"@typescript-eslint/parser": "~7.11.0",
"eslint": "~8.57.0",
"igniteui-cli": "~<%=cliVersion%>",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand Down

0 comments on commit d896849

Please sign in to comment.