Skip to content

Commit

Permalink
Custom lint ignore rule, this time with commas
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Jul 14, 2022
1 parent 577889b commit 155514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/.template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module.exports = {
'no-implicit-this': { allow: ['keyboard-commands'] },
},
ignore: [
'app/components/breadcrumbs/*' // using {{(modifier)}} syntax
]
'app/components/breadcrumbs/*', // using {{(modifier)}} syntax
],
};

0 comments on commit 155514d

Please sign in to comment.