@eienjs/eslint-config 1.1.0 → 1.1.1
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/cli/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export {};
|
package/dist/cli/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
|
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.1.
|
|
12
|
+
var version = "1.1.1";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/cli/constants.ts
|
|
@@ -290,4 +290,5 @@ cli.help();
|
|
|
290
290
|
cli.version(version);
|
|
291
291
|
cli.parse();
|
|
292
292
|
|
|
293
|
-
//#endregion
|
|
293
|
+
//#endregion
|
|
294
|
+
export { };
|
package/dist/configs/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { StylisticConfigDefaults, adonisjs, astro, command, comments, disables, formatters, ignores, imports, javascript, jsdoc, jsonc, markdown, node, nuxt, perfectionist, pnpm, regexp, sortPackageJson, sortTsconfig, stylistic, test, toml, typescript, unicorn, vue, yaml } from "../configs-
|
|
1
|
+
import { StylisticConfigDefaults, adonisjs, astro, command, comments, disables, formatters, ignores, imports, javascript, jsdoc, jsonc, markdown, node, nuxt, perfectionist, pnpm, regexp, sortPackageJson, sortTsconfig, stylistic, test, toml, typescript, unicorn, vue, yaml } from "../configs-C3wibJFB.js";
|
|
2
2
|
|
|
3
3
|
export { StylisticConfigDefaults, adonisjs, astro, command, comments, disables, formatters, ignores, imports, javascript, jsdoc, jsonc, markdown, node, nuxt, perfectionist, pnpm, regexp, sortPackageJson, sortTsconfig, stylistic, test, toml, typescript, unicorn, vue, yaml };
|
|
@@ -890,10 +890,7 @@ function javascript(options = {}) {
|
|
|
890
890
|
],
|
|
891
891
|
"one-var": ["error", { initialized: "never" }],
|
|
892
892
|
"operator-assignment": ["error", "always"],
|
|
893
|
-
"prefer-arrow-callback":
|
|
894
|
-
allowNamedFunctions: false,
|
|
895
|
-
allowUnboundThis: true
|
|
896
|
-
}],
|
|
893
|
+
"prefer-arrow-callback": "off",
|
|
897
894
|
"prefer-const": [isInEditor ? "warn" : "error", {
|
|
898
895
|
destructuring: "all",
|
|
899
896
|
ignoreReadBeforeAssign: true
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML, adonisjs, astro, combine, command, comments, disables, ensurePackages, formatters, ignores, imports, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, javascript, jsdoc, jsonc, markdown, node, nuxt, parserPlain, perfectionist, pnpm, regexp, sortPackageJson, sortTsconfig, stylistic, test, toArray, toml, typescript, unicorn, vue, yaml } from "./configs-
|
|
1
|
+
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML, adonisjs, astro, combine, command, comments, disables, ensurePackages, formatters, ignores, imports, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, javascript, jsdoc, jsonc, markdown, node, nuxt, parserPlain, perfectionist, pnpm, regexp, sortPackageJson, sortTsconfig, stylistic, test, toArray, toml, typescript, unicorn, vue, yaml } from "./configs-C3wibJFB.js";
|
|
2
2
|
import { FlatConfigComposer } from "eslint-flat-config-utils";
|
|
3
3
|
import { isPackageExists } from "local-pkg";
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eienjs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "EienJS ESLint Config",
|
|
6
6
|
"author": "Fernando Isidro <luffynando@gmail.com> (https://github.com/luffynando/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
72
72
|
"@eslint/markdown": "^7.1.0",
|
|
73
73
|
"@stylistic/eslint-plugin": "^5.2.3",
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "^8.39.
|
|
75
|
-
"@typescript-eslint/parser": "^8.39.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
75
|
+
"@typescript-eslint/parser": "^8.39.1",
|
|
76
76
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
77
77
|
"ansis": "^4.1.0",
|
|
78
78
|
"cac": "^6.7.14",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@adonisjs/eslint-plugin": "^2.0.1",
|
|
109
109
|
"@commitlint/cli": "^19.8.1",
|
|
110
110
|
"@commitlint/config-conventional": "^19.8.1",
|
|
111
|
-
"@eslint/config-inspector": "^1.
|
|
111
|
+
"@eslint/config-inspector": "^1.2.0",
|
|
112
112
|
"@nuxt/eslint-plugin": "^1.8.0",
|
|
113
113
|
"@prettier/plugin-xml": "^3.4.2",
|
|
114
114
|
"@types/node": "^22.17.1",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"husky": "^9.1.7",
|
|
122
122
|
"np": "^10.2.0",
|
|
123
123
|
"prettier-plugin-astro": "^0.14.1",
|
|
124
|
-
"tsdown": "^0.
|
|
125
|
-
"tsx": "^4.20.
|
|
124
|
+
"tsdown": "^0.14.1",
|
|
125
|
+
"tsx": "^4.20.4",
|
|
126
126
|
"typescript": "^5.9.2"
|
|
127
127
|
},
|
|
128
128
|
"resolutions": {
|