Skip to content

Commit

Permalink
fix(@schematics/angular): adjust block comment
Browse files Browse the repository at this point in the history
https://github.com/Microsoft/tslint-microsoft-contrib

ERROR: 21:1 no-single-line-block-comment Replace block comment with a single-line comment
  • Loading branch information
oleksiipotiekhin authored and filipesilva committed Dec 15, 2020
1 parent f2c89e8 commit f73a878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
* BROWSER POLYFILLS
*/

/** IE11 requires the following for NgClass support on SVG elements */
/**
* IE11 requires the following for NgClass support on SVG elements
*/
// import 'classlist.js'; // Run `npm install --save classlist.js`.

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ import 'core-js/es6/map';
// import 'core-js/es6/weak-map';
import 'core-js/es6/set';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
/**
* IE10 and IE11 requires the following for NgClass support on SVG elements
*/
// import 'classlist.js'; // Run "npm install --save classlist.js".
/** IE10 and IE11 requires the following for the Reflect API. */
Expand Down

0 comments on commit f73a878

Please sign in to comment.