@saashub/qoq-eslint-v9-ts-vitest 0.7.10 → 0.7.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.
@@ -136,7 +136,7 @@ export default config;
136
136
  <div class='footer quiet pad2 space-top1 center small'>
137
137
  Code coverage generated by
138
138
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
139
- at 2024-09-06T09:03:32.008Z
139
+ at 2024-09-06T09:38:31.391Z
140
140
  </div>
141
141
  <script src="prettify.js"></script>
142
142
  <script>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1725613412022" clover="3.2.0">
3
- <project timestamp="1725613412022" name="All files">
2
+ <coverage generated="1725615511411" clover="3.2.0">
3
+ <project timestamp="1725615511411" name="All files">
4
4
  <metrics statements="35" coveredstatements="35" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1" elements="38" coveredelements="37" complexity="0" loc="35" ncloc="35" packages="1" files="2" classes="2"/>
5
5
  <file name="baseConfig.ts" path="/home/ladamczyk/Desktop/projects/qoq/packages/eslint-v9-ts-vitest/src/baseConfig.ts">
6
6
  <metrics statements="17" coveredstatements="17" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -157,7 +157,7 @@ export default getEslintConfig();
157
157
  <div class='footer quiet pad2 space-top1 center small'>
158
158
  Code coverage generated by
159
159
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
160
- at 2024-09-06T09:03:32.008Z
160
+ at 2024-09-06T09:38:31.391Z
161
161
  </div>
162
162
  <script src="prettify.js"></script>
163
163
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-09-06T09:03:32.008Z
119
+ at 2024-09-06T09:38:31.391Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Eslint flat config template for TS + Vitest",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "0.7.10",
6
+ "version": "0.7.11",
7
7
  "main": "./lib/index.js",
8
8
  "module": "./lib/index.mjs",
9
9
  "types": "./lib/index.d.js",
@@ -39,8 +39,8 @@
39
39
  "inspect": "npm run build && eslint -c ./lib/eslintConfig.js --inspect-config"
40
40
  },
41
41
  "dependencies": {
42
- "@saashub/qoq-eslint-v9-js-vitest": "^0.7.10",
43
- "@saashub/qoq-eslint-v9-ts": "^0.7.10",
42
+ "@saashub/qoq-eslint-v9-js-vitest": "^0.7.11",
43
+ "@saashub/qoq-eslint-v9-ts": "^0.7.11",
44
44
  "lodash": "4.17.21"
45
45
  },
46
46
  "devDependencies": {
@@ -68,5 +68,5 @@
68
68
  "directory": "packages/eslint-v9-ts-vitest"
69
69
  },
70
70
  "homepage": "https://github.com/saashub-it/qoq/tree/master/packages/eslint-v9-ts-vitest",
71
- "gitHead": "d8ac3b48e42b9422bdfc178a0629d28d5cb3dd72"
71
+ "gitHead": "8b2798d29f9789e1a7f31f218ff771384ad304ab"
72
72
  }