Skip to content

Commit

Permalink
Merge pull request #557 from TomoyukiAota/feature/update-to-angular-18
Browse files Browse the repository at this point in the history
Update to Angular 18
  • Loading branch information
mergify[bot] authored Sep 22, 2024
2 parents 074f3bc + 851ddcd commit 332dfb2
Show file tree
Hide file tree
Showing 5 changed files with 8,250 additions and 8,381 deletions.
15 changes: 5 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
"ignorePatterns": [
"projects/**/*"
],
"plugins": [
"@stylistic"
],
"overrides": [
{
"files": [
Expand Down Expand Up @@ -57,16 +60,8 @@ module.exports = {
],
"no-extra-boolean-cast": "off",
"no-underscore-dangle": "off",

// To enable "@typescript-eslint/semi", "semi" needs to be disabled as it can report incorrect errors.
// See https://typescript-eslint.io/rules/semi/
"semi": "off",
"@typescript-eslint/semi": "error",

// To enable "@typescript-eslint/quotes", "quotes" needs to be disabled as it can report incorrect errors.
// See https://typescript-eslint.io/rules/quotes/
"quotes": "off",
"@typescript-eslint/quotes": [
"@stylistic/semi": "error",
"@stylistic/quotes": [
"error",
"single",
{
Expand Down
Loading

0 comments on commit 332dfb2

Please sign in to comment.