This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 2b309a41 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

added config files to lint ignore

parent 90c6f9a4
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -20,5 +20,6 @@
}
],
"@typescript-eslint/no-non-null-assertion": "off"
}
},
"ignorePatterns": ["**/test/javascript/*.conf.js"]
}
......@@ -88,7 +88,7 @@ export class NavbarComponent implements OnInit {
return this.accountService.isAuthenticated();
}
toggleEditable(event) {
toggleEditable(event: { target: { checked: any; }; }) {
if ( event.target.checked ) {
this.contentEditable = true;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment