Skip to content

Commit 302a673

Browse files
authored
Add todo comment
1 parent 4b9bb60 commit 302a673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-colors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
},
99
create(context) {
1010
return {
11+
// TODO: check get() and themeGet()
1112
JSXOpeningElement(node) {
1213
// TODO: check if jsx element was imported from @primer/components
1314

0 commit comments

Comments
 (0)