Skip to content

Commit

Permalink
build: update @angular-eslint/schematics to 13.0.1 (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Dec 16, 2021
1 parent 93a4efd commit 9cb3c26
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 110 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"@angular-devkit/build-angular": "~13.0.4",
"@angular-devkit/core": "~13.0.4",
"@angular-devkit/schematics": "~13.0.4",
"@angular-eslint/builder": "12.6.1",
"@angular-eslint/eslint-plugin": "12.6.1",
"@angular-eslint/eslint-plugin-template": "12.6.1",
"@angular-eslint/schematics": "12.6.1",
"@angular-eslint/template-parser": "12.6.1",
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/animations": "~13.0.1",
"@angular/cli": "~13.0.4",
"@angular/common": "~13.0.1",
Expand Down Expand Up @@ -110,7 +110,7 @@
"cross-spawn": "^7.0.1",
"ejs": "3.1.5",
"eslint": "^7.26.0",
"eslint-plugin-deprecation": "^1.2.1",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-unused-imports": "^1.1.5",
"express": "^4.16.4",
Expand Down
5 changes: 4 additions & 1 deletion src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
},
"rules": {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": "off"
"@typescript-eslint/no-unused-vars": "off",
"@angular-eslint/no-input-rename": "off",
"@angular-eslint/no-output-rename": "off",
"@angular-eslint/no-output-native": "off"
}
}
]
Expand Down

0 comments on commit 9cb3c26

Please sign in to comment.