@saashub/qoq-eslint-v9-ts-vitest 0.12.0 → 0.13.1
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.
- package/README.md +5 -1
- package/package.json +9 -9
package/README.md
CHANGED
@@ -41,4 +41,8 @@ export default [
|
|
41
41
|
];
|
42
42
|
```
|
43
43
|
|
44
|
-
|
44
|
+
### Last but not least
|
45
|
+
|
46
|
+
_Feel free to Yoin us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
|
47
|
+
|
48
|
+
CLI technical documentation can be found [here](../eslint-v9/PROJECT.md)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saashub/qoq-eslint-v9-ts-vitest",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.13.1",
|
4
4
|
"description": "Eslint flat config template for TS + Vitest",
|
5
5
|
"keywords": [
|
6
6
|
"eslint TypeScript + Vitest template",
|
@@ -39,20 +39,20 @@
|
|
39
39
|
"test": "vitest run --coverage"
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
|
-
"@saashub/qoq-eslint-v9-js-vitest": "^0.
|
43
|
-
"@saashub/qoq-eslint-v9-ts": "^0.
|
42
|
+
"@saashub/qoq-eslint-v9-js-vitest": "^0.13.1",
|
43
|
+
"@saashub/qoq-eslint-v9-ts": "^0.13.1",
|
44
44
|
"lodash": "4.17.21"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@rollup/plugin-typescript": "12.1.
|
48
|
-
"@saashub/qoq-cli": "^0.
|
47
|
+
"@rollup/plugin-typescript": "12.1.1",
|
48
|
+
"@saashub/qoq-cli": "^0.13.1",
|
49
49
|
"@types/eslint": "^9",
|
50
50
|
"@types/lodash": "4.17.10",
|
51
|
-
"@vitest/coverage-v8": "2.1.
|
51
|
+
"@vitest/coverage-v8": "2.1.3",
|
52
52
|
"rimraf": "6.0.1",
|
53
53
|
"rollup": "4.24.0",
|
54
|
-
"typescript": "5.6.
|
55
|
-
"vitest": "2.1.
|
54
|
+
"typescript": "5.6.3",
|
55
|
+
"vitest": "2.1.3"
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
58
|
"eslint": "^9"
|
@@ -63,5 +63,5 @@
|
|
63
63
|
"publishConfig": {
|
64
64
|
"access": "public"
|
65
65
|
},
|
66
|
-
"gitHead": "
|
66
|
+
"gitHead": "d76944b77a205b848fb37240e3d75fd72df821a0"
|
67
67
|
}
|