Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
FIXES #4539 replace line comment with block comment
eslint requires you to use a block comment for ignoring whole files.
  • Loading branch information
sreichi authored Nov 19, 2019
commit 3699286a2c24785ab5eafcbd2835b8aed77690df
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// tslint:disable
// eslint-disable
/* tslint:disable */
/* eslint-disable */
{{>licenseInfo}}
{{#models}}
{{#model}}
Expand Down