@anolilab/eslint-config 7.0.0 → 7.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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @anolilab/eslint-config [7.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@7.0.0...@anolilab/eslint-config@7.0.1) (2023-06-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@anolilab/semantic-release-preset:** upgraded to 4.0.1
|
|
8
|
+
|
|
1
9
|
## @anolilab/eslint-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@6.1.8...@anolilab/eslint-config@7.0.0) (2023-06-23)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"yaml-eslint-parser": "^1.2.2"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@anolilab/semantic-release-preset": "4.0.
|
|
108
|
+
"@anolilab/semantic-release-preset": "4.0.1",
|
|
109
109
|
"@testing-library/dom": "^9.3.1",
|
|
110
110
|
"@total-typescript/ts-reset": "^0.4.2",
|
|
111
111
|
"@types/confusing-browser-globals": "^1.0.0",
|