Skip to content

Commit

Permalink
オリジナルでも許容していた記法はエラー・警告を出さないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mikisato committed Dec 9, 2021
1 parent f322de2 commit 264b7bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@angular-eslint/no-empty-lifecycle-method": "off"
"@angular-eslint/no-empty-lifecycle-method": "off",
"@angular-eslint/no-input-rename": "off",
"@angular-eslint/no-output-rename": "off"
}
},
{
Expand Down

0 comments on commit 264b7bd

Please sign in to comment.