@saasmakers/eslint 0.1.53 → 0.1.54
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 -2
- package/dist/index.cjs +3 -1
- package/package.json +2 -2
package/dist/eslint.config.cjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
const pluginJs = require('@eslint/js');
|
|
4
6
|
const nuxt = require('@nuxt/eslint-plugin');
|
|
5
7
|
const stylistic = require('@stylistic/eslint-plugin');
|
|
@@ -22619,7 +22621,7 @@ const config = [
|
|
|
22619
22621
|
// SaaS Makers
|
|
22620
22622
|
{
|
|
22621
22623
|
plugins: {
|
|
22622
|
-
saasmakers: index
|
|
22624
|
+
saasmakers: index.default
|
|
22623
22625
|
},
|
|
22624
22626
|
rules: {
|
|
22625
22627
|
"saasmakers/ts-multiline-ternary": "error",
|
|
@@ -22683,4 +22685,4 @@ const config = [
|
|
|
22683
22685
|
}
|
|
22684
22686
|
];
|
|
22685
22687
|
|
|
22686
|
-
|
|
22688
|
+
exports.default = config;
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
const utils = require('@typescript-eslint/utils');
|
|
4
6
|
|
|
5
7
|
const rule$b = {
|
|
@@ -884,4 +886,4 @@ const saasmakers = {
|
|
|
884
886
|
}
|
|
885
887
|
};
|
|
886
888
|
|
|
887
|
-
|
|
889
|
+
exports.default = saasmakers;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasmakers/eslint",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared ESLint config and rules for SaaS Makers projects",
|
|
6
6
|
"repository": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
55
55
|
"jsonc-eslint-parser": "2.4.2",
|
|
56
56
|
"typescript-eslint": "8.51.0",
|
|
57
|
-
"@saasmakers/config": "0.1.
|
|
57
|
+
"@saasmakers/config": "0.1.27"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@eslint/config-inspector": "1.4.2",
|