@anolilab/eslint-config 14.0.16 → 14.0.17

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @anolilab/eslint-config [14.0.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.16...@anolilab/eslint-config@14.0.17) (2023-09-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed wrong version for eslint-plugin-validate-jsx-nesting ([c0de235](https://github.com/anolilab/javascript-style-guide/commit/c0de2354c5d57fb1a593a784f77bbececbcbc041))
7
+
1
8
  ## @anolilab/eslint-config [14.0.16](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.15...@anolilab/eslint-config@14.0.16) (2023-09-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "14.0.16",
3
+ "version": "14.0.17",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -245,7 +245,7 @@
245
245
  "eslint-plugin-tailwindcss": "^3.13.0",
246
246
  "eslint-plugin-testing-library": "^6.0.1",
247
247
  "eslint-plugin-tsdoc": "^0.2.17",
248
- "eslint-plugin-validate-jsx-nesting": "^1.0.1",
248
+ "eslint-plugin-validate-jsx-nesting": "^0.1.1",
249
249
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
250
250
  "eslint-plugin-you-dont-need-momentjs": "^1.6.0"
251
251
  },