@saashub/qoq-eslint-v9-ts-vitest 0.8.1 → 0.8.2
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.
@@ -133,7 +133,7 @@ export default config;
|
|
133
133
|
<div class='footer quiet pad2 space-top1 center small'>
|
134
134
|
Code coverage generated by
|
135
135
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
136
|
-
at 2024-09-
|
136
|
+
at 2024-09-09T07:40:51.164Z
|
137
137
|
</div>
|
138
138
|
<script src="prettify.js"></script>
|
139
139
|
<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="1725867651173" clover="3.2.0">
|
3
|
+
<project timestamp="1725867651173" name="All files">
|
4
4
|
<metrics statements="34" coveredstatements="34" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1" elements="36" coveredelements="36" complexity="0" loc="34" ncloc="34" 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="18" coveredstatements="18" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
@@ -139,7 +139,7 @@ export default getEslintConfig();
|
|
139
139
|
<div class='footer quiet pad2 space-top1 center small'>
|
140
140
|
Code coverage generated by
|
141
141
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
142
|
-
at 2024-09-
|
142
|
+
at 2024-09-09T07:40:51.164Z
|
143
143
|
</div>
|
144
144
|
<script src="prettify.js"></script>
|
145
145
|
<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-09T07:40:51.164Z
|
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.8.
|
5
|
+
"version": "0.8.2",
|
6
6
|
"main": "./lib/index.cjs",
|
7
7
|
"module": "./lib/index.mjs",
|
8
8
|
"types": "./lib/index.d.js",
|
@@ -40,13 +40,13 @@
|
|
40
40
|
"inspect": "npm run build && eslint -c ./lib/eslintConfig.cjs --inspect-config"
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@saashub/qoq-eslint-v9-js-vitest": "^0.8.
|
44
|
-
"@saashub/qoq-eslint-v9-ts": "^0.8.
|
43
|
+
"@saashub/qoq-eslint-v9-js-vitest": "^0.8.2",
|
44
|
+
"@saashub/qoq-eslint-v9-ts": "^0.8.2",
|
45
45
|
"lodash": "4.17.21"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@rollup/plugin-typescript": "11.1.6",
|
49
|
-
"@saashub/qoq-cli": "^0.8.
|
49
|
+
"@saashub/qoq-cli": "^0.8.2",
|
50
50
|
"@types/eslint": "^9",
|
51
51
|
"@types/lodash": "4.17.7",
|
52
52
|
"rimraf": "6.0.1",
|
@@ -70,5 +70,5 @@
|
|
70
70
|
"directory": "packages/eslint-v9-ts-vitest"
|
71
71
|
},
|
72
72
|
"homepage": "https://github.com/saashub-it/qoq/tree/master/packages/eslint-v9-ts-vitest",
|
73
|
-
"gitHead": "
|
73
|
+
"gitHead": "e6c19d713fafa0c3857f620bff9d13185ca85d80"
|
74
74
|
}
|