@vinicunca/eslint-config 2.0.4 → 2.0.5

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.cjs CHANGED
@@ -1774,6 +1774,7 @@ function react(options = {}) {
1774
1774
  return: STR_PARENS_NEW_LINE
1775
1775
  }],
1776
1776
  "react/no-danger": WARN,
1777
+ "react/prop-types": OFF,
1777
1778
  "react/react-in-jsx-scope": OFF,
1778
1779
  "react/self-closing-comp": ERROR,
1779
1780
  "react/style-prop-object": ERROR,
package/dist/index.js CHANGED
@@ -1681,6 +1681,7 @@ function react(options = {}) {
1681
1681
  return: STR_PARENS_NEW_LINE
1682
1682
  }],
1683
1683
  "react/no-danger": WARN,
1684
+ "react/prop-types": OFF,
1684
1685
  "react/react-in-jsx-scope": OFF,
1685
1686
  "react/self-closing-comp": ERROR,
1686
1687
  "react/style-prop-object": ERROR,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",