@fullstacksjs/eslint-config 15.0.0 → 15.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/dist/index.mjs CHANGED
@@ -995,7 +995,7 @@ function react(options = {}) {
995
995
  "@eslint-react/jsx-no-children-prop": "warn",
996
996
  "@eslint-react/jsx-no-children-prop-with-children": "warn",
997
997
  "@eslint-react/jsx-no-key-after-spread": "error",
998
- "@eslint-react/no-leaked-dollar": "error",
998
+ "@eslint-react/jsx-no-leaked-dollar": "error",
999
999
  "@eslint-react/jsx-no-useless-fragment": "warn",
1000
1000
  "@eslint-react/jsx-no-namespace": "error",
1001
1001
  "@eslint-react/no-access-state-in-setstate": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstacksjs/eslint-config",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "fullstacks eslint config",
5
5
  "license": "MIT",
6
6
  "author": "fullstacks <fullstacksjs@gmail.com>",
@@ -77,7 +77,7 @@ function react(options = {}) {
77
77
  '@eslint-react/jsx-no-children-prop': 'warn',
78
78
  '@eslint-react/jsx-no-children-prop-with-children': 'warn',
79
79
  '@eslint-react/jsx-no-key-after-spread': 'error',
80
- '@eslint-react/no-leaked-dollar': 'error',
80
+ '@eslint-react/jsx-no-leaked-dollar': 'error',
81
81
  '@eslint-react/jsx-no-useless-fragment': 'warn',
82
82
  '@eslint-react/jsx-no-namespace': 'error',
83
83