Skip to content

Commit 56d1161

Browse files
authored
Update no-deprecated-colors.md
1 parent ac82aa5 commit 56d1161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/no-deprecated-colors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This rule disallows references to color variables that are deprecated in [Primer
1111
👎 Examples of **incorrect** code for this rule:
1212

1313
```jsx
14-
/* eslint no-deprecated-colors: "error" */
14+
/* eslint primer-react/no-deprecated-colors: "error" */
1515
import {Box, themeGet} from '@primer/components'
1616
import styled from 'styled-components'
1717

@@ -25,7 +25,7 @@ const StyledExample = styled.div`
2525
👍 Examples of **correct** code for this rule:
2626

2727
```jsx
28-
/* eslint no-deprecated-colors: "error" */
28+
/* eslint primer-react/no-deprecated-colors: "error" */
2929
import {Box, themeGet} from '@primer/components'
3030
import styled from 'styled-components'
3131

0 commit comments

Comments
 (0)