You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-config-function-in-source.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Prohibit the use of config functions outside the Panda config.
8
8
9
9
📋 This rule is enabled in `plugin:@pandacss/recommended`.
10
10
11
-
🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
12
-
13
11
## Rule details
14
12
15
13
❌ Examples of **incorrect** code for a file named `App.tsx`:
@@ -47,23 +45,6 @@ export default defineConfig({
47
45
});
48
46
```
49
47
50
-
🔧 Examples of code **fixed** by this rule for a file named `App.tsx`:
Copy file name to clipboardExpand all lines: docs/rules/no-debug.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Disallow the inclusion of the debug attribute when shipping code to the producti
8
8
9
9
📋 This rule is enabled in `plugin:@pandacss/recommended`.
10
10
11
-
🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
12
-
13
11
## Rule details
14
12
15
13
❌ Examples of **incorrect** code:
@@ -34,17 +32,6 @@ import { css } from './panda/css';
Copy file name to clipboardExpand all lines: docs/rules/no-escape-hatch.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ Prohibit the use of escape hatch syntax in the code.
6
6
7
7
📋 This rule is enabled in `plugin:@pandacss/all`.
8
8
9
-
🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
Copy file name to clipboardExpand all lines: docs/rules/no-shorthand-prop.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ Discourage the use of shorthand properties and promote the preference for longha
6
6
7
7
📋 This rule is enabled in `plugin:@pandacss/all`.
8
8
9
-
🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
Copy file name to clipboardExpand all lines: docs/rules/no-unsafe-token-fn-usage.md
+7-30Lines changed: 7 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ Prevent users from using the token function in situations where they could simpl
6
6
7
7
📋 This rule is enabled in `plugin:@pandacss/all`.
8
8
9
-
🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
10
-
11
9
## Rule details
12
10
13
11
❌ Examples of **incorrect** code:
@@ -18,17 +16,17 @@ import { css } from './panda/css';
0 commit comments