linted 13.0.9 → 13.0.11

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linted",
3
- "version": "13.0.9",
3
+ "version": "13.0.11",
4
4
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Jest, JSON(C), and sadly YAML.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -25,7 +25,7 @@
25
25
  "type": "module",
26
26
  "private": false,
27
27
  "config": {
28
- "PACKAGE_JSON_VERSION": "20.3.0"
28
+ "PACKAGE_JSON_VERSION": "20.4.0"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "devDependencies": {
80
80
  "eslint": "~8.57.0",
81
- "linted": "~13.0.8",
81
+ "linted": "~13.0.10",
82
82
  "typescript": "^5.5.2"
83
83
  },
84
84
  "jest": {
@@ -95,8 +95,8 @@
95
95
  "prebuild": "(npm run --if-present check) && (npm run lint)",
96
96
  "build": "tsc",
97
97
  "pretest": "npm run build",
98
- "test": "npm run --if-present test:jest",
99
- "test:jest": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" NODE_NO_WARNINGS=1 jest --",
98
+ "test": "npm run test:jest",
99
+ "test:jest": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" NODE_NO_WARNINGS=1 jest --passWithNoTests --",
100
100
  "prepublishOnly": "npm test"
101
101
  }
102
102
  }