oxlint-frontier-style 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,11 @@ All declarations must follow the following order:
|
|
|
28
28
|
|
|
29
29
|
This order apparently makes natural sense to some developers.
|
|
30
30
|
|
|
31
|
+
_Configurable_:
|
|
32
|
+
|
|
33
|
+
- `exceptions` match against literal names (e.g. `RULE`, `COMPONENT`, `TRANSFORMER`)
|
|
34
|
+
- `exceptionPatterns` match against RegEx patterns (e.g. `.*_OUTPUT` to except names like `DATA_OUTPUT`)
|
|
35
|
+
|
|
31
36
|
### `SCREAMING_SNAKE_CASE` for module-level constants
|
|
32
37
|
|
|
33
38
|
All module-level constants must be spelled in `SCREAMING_SNAKE_CASE`.
|