@lzear/eslint-config 4.0.2 → 4.0.3

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -409,6 +409,7 @@ var packageJson = () => ({
409
409
  });
410
410
 
411
411
  // configs/prettier.ts
412
+ import "eslint";
412
413
  import prettierConfig from "eslint-plugin-prettier/recommended";
413
414
  var prettier = {
414
415
  ...prettierConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lzear/eslint-config",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Shared ESLint flat config for lzear repos",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,7 +58,7 @@
58
58
  "typescript-eslint": "^8"
59
59
  },
60
60
  "devDependencies": {
61
- "@lzear/configs": "4.0.2",
61
+ "@lzear/configs": "4.0.3",
62
62
  "@vitest/coverage-v8": "^4",
63
63
  "eslint": "^9",
64
64
  "tsup": "^8",