@sarj/eslint-plugin 9.4.0 → 9.5.0
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -397,7 +397,7 @@ type FlatPreset = {
|
|
|
397
397
|
declare const plugin: {
|
|
398
398
|
meta: {
|
|
399
399
|
readonly name: "@sarj/eslint-plugin";
|
|
400
|
-
readonly version: "9.
|
|
400
|
+
readonly version: "9.5.0";
|
|
401
401
|
};
|
|
402
402
|
rules: {
|
|
403
403
|
"enforce-file-structure": _typescript_eslint_utils_ts_eslint.RuleModule<"importsFirst" | "useServerDirective", readonly [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener> & {
|
package/dist/index.d.ts
CHANGED
|
@@ -397,7 +397,7 @@ type FlatPreset = {
|
|
|
397
397
|
declare const plugin: {
|
|
398
398
|
meta: {
|
|
399
399
|
readonly name: "@sarj/eslint-plugin";
|
|
400
|
-
readonly version: "9.
|
|
400
|
+
readonly version: "9.5.0";
|
|
401
401
|
};
|
|
402
402
|
rules: {
|
|
403
403
|
"enforce-file-structure": _typescript_eslint_utils_ts_eslint.RuleModule<"importsFirst" | "useServerDirective", readonly [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener> & {
|