Skip to content

Commit

Permalink
chore(code-examples): change eslint rule for legacy icons to warn for…
Browse files Browse the repository at this point in the history
… code examples (#3083)
  • Loading branch information
Blackbaud-TrevorBurch authored Jan 30, 2025
1 parent 567f922 commit 10fac04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/code-examples/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = tsEslint.config(
extends: [...skyux.configs.templateAll],
rules: {
'skyux-eslint-template/no-deprecated-directives': 'warn',
'skyux-eslint-template/no-legacy-icons': 'warn',
},
},
);

0 comments on commit 10fac04

Please sign in to comment.