@saasmakers/eslint 1.0.18 → 1.0.20
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/eslint.config.cjs +4 -3
- package/dist/eslint.config.d.cts +3 -2
- package/dist/eslint.config.d.mts +3 -2
- package/dist/eslint.config.d.ts +3 -2
- package/dist/eslint.config.mjs +4 -3
- package/dist/index.cjs +301 -573
- package/dist/index.d.cts +545 -2878
- package/dist/index.d.mts +545 -2878
- package/dist/index.d.ts +545 -2878
- package/dist/index.mjs +301 -573
- package/dist/shared/{eslint.DhFjwkxh.cjs → eslint.BqRQ4tAN.cjs} +2901 -2464
- package/dist/shared/{eslint.CohBuu1-.mjs → eslint.DOaqyhfZ.mjs} +2901 -2464
- package/package.json +7 -2
package/dist/eslint.config.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const antfu = require('@antfu/eslint-config');
|
|
|
4
4
|
const saasmakers = require('@saasmakers/eslint');
|
|
5
5
|
const vitest = require('@vitest/eslint-plugin');
|
|
6
6
|
const packageJson = require('eslint-plugin-package-json');
|
|
7
|
-
const index$1 = require('./shared/eslint.
|
|
7
|
+
const index$1 = require('./shared/eslint.BqRQ4tAN.cjs');
|
|
8
8
|
const path = require('node:path');
|
|
9
9
|
const fs = require('node:fs');
|
|
10
10
|
const node_module = require('node:module');
|
|
@@ -10867,8 +10867,9 @@ const eslint_config = antfu__default(
|
|
|
10867
10867
|
{
|
|
10868
10868
|
plugins: { saasmakers: saasmakers__default },
|
|
10869
10869
|
rules: {
|
|
10870
|
-
"saasmakers/ts-
|
|
10871
|
-
"saasmakers/ts-
|
|
10870
|
+
"saasmakers/ts-format-layout": "error",
|
|
10871
|
+
"saasmakers/ts-format-tests": "error",
|
|
10872
|
+
"saasmakers/vue-format-template": "error"
|
|
10872
10873
|
}
|
|
10873
10874
|
},
|
|
10874
10875
|
// Stylistic
|
package/dist/eslint.config.d.cts
CHANGED
|
@@ -147,8 +147,9 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-template": "error"
|
|
152
153
|
}
|
|
153
154
|
},
|
|
154
155
|
// Stylistic
|
package/dist/eslint.config.d.mts
CHANGED
|
@@ -147,8 +147,9 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-template": "error"
|
|
152
153
|
}
|
|
153
154
|
},
|
|
154
155
|
// Stylistic
|
package/dist/eslint.config.d.ts
CHANGED
|
@@ -147,8 +147,9 @@ var eslint_config = antfu(
|
|
|
147
147
|
{
|
|
148
148
|
plugins: { saasmakers },
|
|
149
149
|
rules: {
|
|
150
|
-
"saasmakers/ts-
|
|
151
|
-
"saasmakers/ts-
|
|
150
|
+
"saasmakers/ts-format-layout": "error",
|
|
151
|
+
"saasmakers/ts-format-tests": "error",
|
|
152
|
+
"saasmakers/vue-format-template": "error"
|
|
152
153
|
}
|
|
153
154
|
},
|
|
154
155
|
// Stylistic
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config';
|
|
|
2
2
|
import saasmakers from '@saasmakers/eslint';
|
|
3
3
|
import vitest from '@vitest/eslint-plugin';
|
|
4
4
|
import packageJson from 'eslint-plugin-package-json';
|
|
5
|
-
import { d as distExports } from './shared/eslint.
|
|
5
|
+
import { d as distExports } from './shared/eslint.DOaqyhfZ.mjs';
|
|
6
6
|
import * as path from 'node:path';
|
|
7
7
|
import * as fs from 'node:fs';
|
|
8
8
|
import { createRequire, builtinModules } from 'node:module';
|
|
@@ -10841,8 +10841,9 @@ const eslint_config = antfu(
|
|
|
10841
10841
|
{
|
|
10842
10842
|
plugins: { saasmakers },
|
|
10843
10843
|
rules: {
|
|
10844
|
-
"saasmakers/ts-
|
|
10845
|
-
"saasmakers/ts-
|
|
10844
|
+
"saasmakers/ts-format-layout": "error",
|
|
10845
|
+
"saasmakers/ts-format-tests": "error",
|
|
10846
|
+
"saasmakers/vue-format-template": "error"
|
|
10846
10847
|
}
|
|
10847
10848
|
},
|
|
10848
10849
|
// Stylistic
|