Skip to content

Commit 8d50b5d

Browse files
committed
chore: remove whitelisting example from README and adjust ESLint config
1 parent 7876614 commit 8d50b5d

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
*/
4646
// This rules removed from recommended in v6.
4747
"no-extra-semi": "off",
48-
"@typescript-eslint/no-extra-semi": "error",
4948
// This rules added recommended in v6.
5049
"@typescript-eslint/no-duplicate-enum-values": "off",
5150
"@typescript-eslint/no-unsafe-declaration-merging": "off",

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -133,29 +133,6 @@ Where rules are included in the configs `recommended`, or `all` it is indicated
133133
| [`@pandacss/prefer-composite-properties`](docs/rules/prefer-composite-properties.md) ⚙️ | |
134134
| [`@pandacss/prefer-unified-property-style`](docs/rules/prefer-unified-property-style.md) | |
135135

136-
### Whitelisting rules
137-
138-
All the rules that prevent you from using certain properties can be whitelisted using the `whitelist` option.
139-
140-
```json
141-
{
142-
"rules": {
143-
"@pandacss/no-hardcoded-color": [
144-
"error",
145-
{
146-
"whitelist": ["inherit", "currentColor"]
147-
}
148-
]
149-
"@pandacss/no-margin-properties": [
150-
"error",
151-
{
152-
"whitelist": ["marginTop", "marginBottom"]
153-
}
154-
]
155-
}
156-
}
157-
```
158-
159136
## Settings
160137

161138
### `configPath`

0 commit comments

Comments
 (0)