@saashub/qoq-eslint-v9-ts-vitest-rtl 0.16.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -5,7 +5,9 @@
5
5
 
6
6
  ## Rationale
7
7
 
8
- Beign tired of setting up [Eslint](https://www.npmjs.com/package/eslint) all over again for new projects, on top of v9 [flatConfig](https://eslint.org/docs/latest/use/configure/configuration-files) , we created some base template for different setups (check all [@saashub/qoq-eslint-v9-\* packages](https://www.npmjs.com/search?q=%40saashub%2Fqoq-eslint-v9-)). Configs inherit from base ones and includes all necessary packages and settings. Rules are opinionated, configured from years of development experience, can be used as full setup without any tweaks or as base to Your own configs.
8
+ Tired of setting up [ESLint](https://www.npmjs.com/package/eslint) from scratch for every new project? With the introduction of [Flat Config](https://eslint.org/docs/latest/use/configure/configuration-files) in ESLint v9, we created a set of base templates for different setups. Check out all our [@saashub/qoq-eslint-v9-\* packages](https://www.npmjs.com/search?q=%40saashub%2Fqoq-eslint-v9-).
9
+
10
+ These configurations inherit from base presets and include all necessary packages and settings. The rules are opinionated, shaped by years of development experience, and can be used as a complete setup without any tweaks or as a foundation for your own configurations.
9
11
 
10
12
  ## Install
11
13
 
@@ -43,6 +45,6 @@ export default [
43
45
 
44
46
  ### Last but not least
45
47
 
46
- _Feel free to Yoin us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
48
+ _Feel free to join us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
47
49
 
48
50
  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-rtl",
3
- "version": "0.16.1",
3
+ "version": "1.0.1",
4
4
  "description": "Eslint flat config template for TS + Vitest + RTL",
5
5
  "keywords": [
6
6
  "eslint TypeScript + Vitest + RTL template",
@@ -39,20 +39,20 @@
39
39
  "test": "vitest run --coverage"
40
40
  },
41
41
  "dependencies": {
42
- "@saashub/qoq-eslint-v9-js-vitest-rtl": "^0.16.1",
43
- "@saashub/qoq-eslint-v9-ts": "^0.16.1",
42
+ "@saashub/qoq-eslint-v9-js-vitest-rtl": "^1.0.1",
43
+ "@saashub/qoq-eslint-v9-ts": "^1.0.1",
44
44
  "lodash": "4.17.21"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rollup/plugin-typescript": "12.1.2",
48
- "@saashub/qoq-cli": "^0.16.1",
48
+ "@saashub/qoq-cli": "^1.0.1",
49
49
  "@types/eslint": "^9",
50
50
  "@types/lodash": "4.17.15",
51
- "@vitest/coverage-v8": "3.0.4",
51
+ "@vitest/coverage-v8": "3.0.5",
52
52
  "rimraf": "6.0.1",
53
- "rollup": "4.32.1",
53
+ "rollup": "4.34.6",
54
54
  "typescript": "5.7.3",
55
- "vitest": "3.0.4"
55
+ "vitest": "3.0.5"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "eslint": "^9.12.0"
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "8b383c559664ac791c7b3bc669892f4f52060a06"
66
+ "gitHead": "5ca1c6646b71191fcaf46fa72923fe259df974d3"
67
67
  }