@isentinel/eslint-config 3.0.0-beta.8 → 3.1.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/cli.js CHANGED
@@ -11,7 +11,7 @@ import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
13
  var name = "@isentinel/eslint-config";
14
- var version = "3.0.0-beta.8";
14
+ var version = "3.1.0";
15
15
  var description = "iSentinel's ESLint config";
16
16
  var keywords = [
17
17
  "eslint-config",
@@ -35,8 +35,8 @@ var bin = "./bin/index.js";
35
35
  var files = ["bin", "dist"];
36
36
  var scripts = {
37
37
  "build": "nr gen && tsdown --clean --dts",
38
- "build:inspector": "pnpm build && npx @eslint/config-inspector build",
39
- "dev": "npx @eslint/config-inspector --config eslint.config.ts",
38
+ "build:inspector": "pnpm build && npx @eslint/config-inspector build --config eslint-inspector.config.ts",
39
+ "dev": "npx @eslint/config-inspector --config eslint-inspector.config.ts",
40
40
  "gen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
41
41
  "postgen": "echo 'Generation complete!'",
42
42
  "lint": "eslint --cache",
@@ -75,6 +75,7 @@ var dependencies = {
75
75
  "eslint-plugin-arrow-return-style-x": "catalog:prod",
76
76
  "eslint-plugin-better-max-params": "catalog:prod",
77
77
  "eslint-plugin-de-morgan": "catalog:prod",
78
+ "eslint-plugin-flawless": "catalog:prod",
78
79
  "eslint-plugin-format-lua": "catalog:prod",
79
80
  "eslint-plugin-import-lite": "catalog:prod",
80
81
  "eslint-plugin-jsdoc": "catalog:prod",
@@ -500,8 +501,8 @@ async function updateEslintFiles(result) {
500
501
  //#endregion
501
502
  //#region src/cli/constants-generated.ts
502
503
  const versionsMap = {
503
- "@eslint-react/eslint-plugin": "1.52.5",
504
- "eslint": "9.33.0",
504
+ "@eslint-react/eslint-plugin": "1.53.1",
505
+ "eslint": "9.35.0",
505
506
  "eslint-plugin-jest": "29.0.1",
506
507
  "eslint-plugin-react-roblox-hooks": "5.1.0-rbx.1"
507
508
  };
@@ -1,6 +1,6 @@
1
1
  import { createRequire } from "module";
2
2
 
3
- //#region node_modules/.pnpm/eslint-plugin-unused-imports@4.2.0_@typescript-eslint+eslint-plugin@8.39.1_@typescript-_d725b5966c09a4e636f423644baea633/node_modules/eslint-plugin-unused-imports/dist/index.mjs
3
+ //#region node_modules/.pnpm/eslint-plugin-unused-imports@4.2.0_@typescript-eslint+eslint-plugin@8.43.0_@typescript-_39030a8e46c922b9f883f0d0060ced5b/node_modules/eslint-plugin-unused-imports/dist/index.mjs
4
4
  var commaFilter = { filter: (token) => token.value === "," };
5
5
  var includeCommentsFilter = { includeComments: true };
6
6
  function makePredicate(isImport, addFixer) {