@medplum/eslint-config 5.1.37 → 5.1.39

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/index.mjs +1 -1
  2. package/package.json +3 -3
package/index.mjs CHANGED
@@ -320,7 +320,7 @@ export const medplumEslintConfig = [
320
320
  * we don't need type checking for vite.config.ts or vitest.config.ts files
321
321
  */
322
322
  {
323
- files: ['**/vite.config.ts', '**/vitest.config.ts'],
323
+ files: ['**/vite.config.ts', '**/vite.*.config.ts', '**/vitest.config.ts'],
324
324
  extends: [tseslint.configs.disableTypeChecked],
325
325
  },
326
326
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/eslint-config",
3
- "version": "5.1.37",
3
+ "version": "5.1.39",
4
4
  "description": "Shared ESLint configuration for Medplum projects",
5
5
  "keywords": [
6
6
  "eslint",
@@ -31,8 +31,8 @@
31
31
  "eslint-plugin-jsdoc": "63.3.3",
32
32
  "eslint-plugin-no-only-tests": "3.4.0",
33
33
  "eslint-plugin-react-hooks": "7.1.1",
34
- "eslint-plugin-react-refresh": "0.5.5",
35
- "typescript-eslint": "8.68.0"
34
+ "eslint-plugin-react-refresh": "0.5.6",
35
+ "typescript-eslint": "8.70.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "eslint": "^9",