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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-frontier-style",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "oxlint plugin enforcing the Frontier code style",
5
5
  "keywords": [
6
6
  "oxlint",