@anolilab/eslint-config 5.0.8 → 5.0.10

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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @anolilab/eslint-config [5.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.9...@anolilab/eslint-config@5.0.10) (2023-06-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing n in vitest.cofig.* ([16fe216](https://github.com/anolilab/javascript-style-guide/commit/16fe21611b08c6ed61c39ed93277a49ff8967b73))
7
+
8
+ ## @anolilab/eslint-config [5.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.8...@anolilab/eslint-config@5.0.9) (2023-06-15)
9
+
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@anolilab/semantic-release-preset:** upgraded to 3.1.1
15
+
1
16
  ## @anolilab/eslint-config [5.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.7...@anolilab/eslint-config@5.0.8) (2023-06-11)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "5.0.8",
3
+ "version": "5.0.10",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "devDependencies": {
93
93
  "semantic-release": "^21.0.4",
94
- "@anolilab/semantic-release-preset": "3.1.0",
94
+ "@anolilab/semantic-release-preset": "3.1.1",
95
95
  "@testing-library/dom": "^9.3.0",
96
96
  "@typescript-eslint/eslint-plugin": "^5.59.9",
97
97
  "@typescript-eslint/parser": "^5.59.9",
@@ -85,8 +85,8 @@ module.exports = {
85
85
  "**/.eslintrc.cjs", // eslint config
86
86
  "**/vite.config.js", // vite config
87
87
  "**/vite.config.ts", // vite config
88
- "**/vitest.cofig.js", // vitest config
89
- "**/vitest.cofig.ts", // vitest config
88
+ "**/vitest.config.js", // vitest config
89
+ "**/vitest.config.ts", // vitest config
90
90
  ],
91
91
  optionalDependencies: false,
92
92
  },