@xylabs/eslint-config-flat 5.1.13 → 6.0.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.
Files changed (37) hide show
  1. package/package.json +10 -10
  2. package/dist/node/import/index.d.ts +0 -3
  3. package/dist/node/import/index.d.ts.map +0 -1
  4. package/dist/node/index.d.ts +0 -10
  5. package/dist/node/index.d.ts.map +0 -1
  6. package/dist/node/json/index.d.ts +0 -5
  7. package/dist/node/json/index.d.ts.map +0 -1
  8. package/dist/node/markdown/index.d.ts +0 -3
  9. package/dist/node/markdown/index.d.ts.map +0 -1
  10. package/dist/node/rules/index.d.ts +0 -3
  11. package/dist/node/rules/index.d.ts.map +0 -1
  12. package/dist/node/sonar/index.d.ts +0 -3
  13. package/dist/node/sonar/index.d.ts.map +0 -1
  14. package/dist/node/typescript/index.d.ts +0 -4
  15. package/dist/node/typescript/index.d.ts.map +0 -1
  16. package/dist/node/unicorn/index.d.ts +0 -3
  17. package/dist/node/unicorn/index.d.ts.map +0 -1
  18. package/dist/node/workspaces/index.d.ts +0 -3
  19. package/dist/node/workspaces/index.d.ts.map +0 -1
  20. /package/dist/{neutral → types}/import/index.d.ts +0 -0
  21. /package/dist/{neutral → types}/import/index.d.ts.map +0 -0
  22. /package/dist/{neutral → types}/index.d.ts +0 -0
  23. /package/dist/{neutral → types}/index.d.ts.map +0 -0
  24. /package/dist/{neutral → types}/json/index.d.ts +0 -0
  25. /package/dist/{neutral → types}/json/index.d.ts.map +0 -0
  26. /package/dist/{neutral → types}/markdown/index.d.ts +0 -0
  27. /package/dist/{neutral → types}/markdown/index.d.ts.map +0 -0
  28. /package/dist/{neutral → types}/rules/index.d.ts +0 -0
  29. /package/dist/{neutral → types}/rules/index.d.ts.map +0 -0
  30. /package/dist/{neutral → types}/sonar/index.d.ts +0 -0
  31. /package/dist/{neutral → types}/sonar/index.d.ts.map +0 -0
  32. /package/dist/{neutral → types}/typescript/index.d.ts +0 -0
  33. /package/dist/{neutral → types}/typescript/index.d.ts.map +0 -0
  34. /package/dist/{neutral → types}/unicorn/index.d.ts +0 -0
  35. /package/dist/{neutral → types}/unicorn/index.d.ts.map +0 -0
  36. /package/dist/{neutral → types}/workspaces/index.d.ts +0 -0
  37. /package/dist/{neutral → types}/workspaces/index.d.ts.map +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/eslint-config-flat",
4
- "version": "5.1.13",
4
+ "version": "6.0.0",
5
5
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@eslint/json": "^0.10.0",
40
- "@stylistic/eslint-plugin": "^4.1.0",
41
- "@typescript-eslint/eslint-plugin": "^8.25.0",
42
- "@typescript-eslint/parser": "^8.25.0",
43
- "eslint": "^9.21.0",
40
+ "@stylistic/eslint-plugin": "^4.2.0",
41
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
42
+ "@typescript-eslint/parser": "^8.26.0",
43
+ "eslint": "^9.22.0",
44
44
  "eslint-plugin-depend": "^0.12.0",
45
45
  "eslint-plugin-import-x": "^4.6.1",
46
46
  "eslint-plugin-md": "^1.0.19",
47
- "eslint-plugin-package-json": "^0.26.0",
47
+ "eslint-plugin-package-json": "^0.26.3",
48
48
  "eslint-plugin-simple-import-sort": "^12.1.1",
49
49
  "eslint-plugin-sonarjs": "^3.0.2",
50
50
  "eslint-plugin-unicorn": "^57.0.0",
@@ -52,10 +52,10 @@
52
52
  "jsonc-eslint-parser": "^2.4.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@xylabs/ts-scripts-yarn3": "^5.1.13",
56
- "@xylabs/tsconfig": "^5.1.13",
57
- "eslint": "^9.21.0",
58
- "typescript": "^5.7.3"
55
+ "@xylabs/ts-scripts-yarn3": "^6.0.0",
56
+ "@xylabs/tsconfig": "^6.0.0",
57
+ "eslint": "^9.22.0",
58
+ "typescript": "^5.8.2"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const importConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/import/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAI5C,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAiDjC,CAAA"}
@@ -1,10 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const config: Linter.Config[];
3
- export { importConfig } from './import/index.ts';
4
- export { json5Config, jsoncConfig, jsonConfig, } from './json/index.ts';
5
- export { rulesConfig } from './rules/index.ts';
6
- export { sonarConfig } from './sonar/index.ts';
7
- export { ignores, typescriptConfig } from './typescript/index.ts';
8
- export { unicornConfig } from './unicorn/index.ts';
9
- export { workspacesConfig } from './workspaces/index.ts';
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAWpC,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EASjC,CAAA;AAED,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAChD,OAAO,EACL,WAAW,EAAE,WAAW,EAAE,UAAU,GACrC,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAC9C,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA"}
@@ -1,5 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const jsonConfig: Linter.Config;
3
- export declare const jsoncConfig: Linter.Config;
4
- export declare const json5Config: Linter.Config;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/json/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAE5C,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAK/B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAKhC,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAKhC,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const markdownConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/markdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAG5C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAkBnC,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const rulesConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAEpC,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAuChC,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const sonarConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sonar/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAGpC,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAiChC,CAAA"}
@@ -1,4 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const ignores: string[];
3
- export declare const typescriptConfig: Linter.Config;
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typescript/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAG5C,eAAO,MAAM,OAAO,UAyBnB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MA4JrC,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const unicornConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/unicorn/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAG5C,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAkBlC,CAAA"}
@@ -1,3 +0,0 @@
1
- import type { Linter } from 'eslint';
2
- export declare const workspacesConfig: Linter.Config;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,MAAM,EAAE,MAAM,QAAQ,CAAA;AAG5C,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAQrC,CAAA"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes