@mikey-pro/eslint-config 2.2.3 → 2.3.3

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/index.cjs +1 -0
  2. package/package.json +4 -4
package/index.cjs CHANGED
@@ -213,6 +213,7 @@ module.exports = {
213
213
  allowArrowFunctions: true,
214
214
  },
215
215
  ],
216
+ 'react/function-component-definition': 0,
216
217
  'react/state-in-constructor': 0,
217
218
  'react/jsx-no-comment-textnodes': 2,
218
219
  'react/jsx-no-duplicate-props': 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "2.2.3",
3
+ "version": "2.3.3",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.cjs",
6
6
  "dependencies": {
@@ -12,14 +12,14 @@
12
12
  "@html-eslint/eslint-plugin": "^0.12.0",
13
13
  "@html-eslint/parser": "^0.12.0",
14
14
  "@vue/babel-plugin-jsx": "^1.1.1",
15
- "@vue/eslint-config-airbnb": "^5.3",
15
+ "@vue/eslint-config-airbnb": "^6.0",
16
16
  "babel-preset-airbnb": "^5.0.0",
17
17
  "eslint": "^8.2.0",
18
18
  "eslint-config-airbnb": "^19.0",
19
19
  "eslint-config-prettier": "^8.3",
20
20
  "eslint-config-standard": "16.0.3",
21
21
  "eslint-import-resolver-alias": "^1.1",
22
- "eslint-plugin-compat": "^3.13",
22
+ "eslint-plugin-compat": "^4.0",
23
23
  "eslint-plugin-css-modules": "^2.11",
24
24
  "eslint-plugin-disable-autofix": "^0.1.6",
25
25
  "eslint-plugin-import": "^2.25",
@@ -35,7 +35,7 @@
35
35
  "eslint-plugin-sonar": "^0.6.1",
36
36
  "eslint-plugin-svelte3": "^3.2.1",
37
37
  "eslint-plugin-unicorn": "^38.0.1",
38
- "eslint-plugin-vue": "^8.0",
38
+ "eslint-plugin-vue": "^8.1",
39
39
  "vue-eslint-parser": "^8.0"
40
40
  },
41
41
  "files": [