@saashub/qoq-eslint-v9-ts-vitest 0.7.12 → 0.8.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.
@@ -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-
|
139
|
+
at 2024-09-07T05:53:59.924Z
|
140
140
|
</div>
|
141
141
|
<script src="prettify.js"></script>
|
142
142
|
<script>
|
package/coverage/clover.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<coverage generated="
|
3
|
-
<project timestamp="
|
2
|
+
<coverage generated="1725688439936" clover="3.2.0">
|
3
|
+
<project timestamp="1725688439936" 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-
|
160
|
+
at 2024-09-07T05:53:59.924Z
|
161
161
|
</div>
|
162
162
|
<script src="prettify.js"></script>
|
163
163
|
<script>
|
package/coverage/index.html
CHANGED
@@ -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-
|
119
|
+
at 2024-09-07T05:53:59.924Z
|
120
120
|
</div>
|
121
121
|
<script src="prettify.js"></script>
|
122
122
|
<script>
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@saashub/qoq-eslint-v9-ts-vitest",
|
3
3
|
"description": "Eslint flat config template for TS + Vitest",
|
4
4
|
"license": "MIT",
|
5
|
-
"version": "0.
|
5
|
+
"version": "0.8.0",
|
6
6
|
"main": "./lib/index.cjs",
|
7
7
|
"module": "./lib/index.mjs",
|
8
8
|
"types": "./lib/index.d.js",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"inspect": "npm run build && eslint -c ./lib/eslintConfig.cjs --inspect-config"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@saashub/qoq-eslint-v9-js-vitest": "^0.
|
42
|
-
"@saashub/qoq-eslint-v9-ts": "^0.
|
41
|
+
"@saashub/qoq-eslint-v9-js-vitest": "^0.8.0",
|
42
|
+
"@saashub/qoq-eslint-v9-ts": "^0.8.0",
|
43
43
|
"lodash": "4.17.21"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"directory": "packages/eslint-v9-ts-vitest"
|
68
68
|
},
|
69
69
|
"homepage": "https://github.com/saashub-it/qoq/tree/master/packages/eslint-v9-ts-vitest",
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "860b8b8c01892d097b4714c34d876d22d44cbcac"
|
71
71
|
}
|