@mikey-pro/eslint-config 4.34.0 → 5.0.2

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/README.md +0 -6
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
  </h1>
5
5
  <h3>
6
6
  <a href="https://github.com/mikey-pro/style-guide">Style Guide</a>
7
- +
8
- <a href="https://github.com/mikey-pro/theme">Theme</a>
9
- </h3>
10
- <a href="https://github.com/mikey-pro">
11
- <img src="img/mikey-pro-logo.svg" style="height: 75px" alt="Mikey Pro Logo" />
12
- </a>
13
7
  <br />
14
8
  </div>
15
9
 
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.34.0",
3
+ "version": "5.0.2",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
- "@babel/core": "^7.18.9",
8
- "@babel/eslint-parser": "^7.18",
9
- "@babel/eslint-plugin": "^7.17",
10
- "@babel/plugin-transform-react-jsx": "^7.18.6",
11
- "@babel/preset-env": "^7.18",
12
- "@html-eslint/eslint-plugin": "^0.13.2",
13
- "@html-eslint/parser": "^0.13.2",
14
- "@typescript-eslint/eslint-plugin": "^5.30.7",
15
- "@typescript-eslint/parser": "^5.30.7",
7
+ "@babel/core": "^7.20.5",
8
+ "@babel/eslint-parser": "^7.19",
9
+ "@babel/eslint-plugin": "^7.19",
10
+ "@babel/plugin-transform-react-jsx": "^7.19.0",
11
+ "@babel/preset-env": "^7.20",
12
+ "@html-eslint/eslint-plugin": "^0.15.0",
13
+ "@html-eslint/parser": "^0.15.0",
14
+ "@typescript-eslint/eslint-plugin": "^5.46.0",
15
+ "@typescript-eslint/parser": "^5.46.0",
16
16
  "@vue/babel-plugin-jsx": "^1.1.1",
17
17
  "eslint-config-prettier": "^8.5",
18
18
  "eslint-config-react-app": "^7.0.1",
19
- "eslint-import-resolver-typescript": "^3.3.0",
19
+ "eslint-import-resolver-typescript": "^3.5.2",
20
20
  "eslint-plugin-compat": "^4.0",
21
21
  "eslint-plugin-css-modules": "^2.11",
22
22
  "eslint-plugin-disable-autofix": "^3.0.0",
23
- "eslint-plugin-jsonc": "^2.3.1",
23
+ "eslint-plugin-jsonc": "^2.5.0",
24
24
  "eslint-plugin-markdownlint": "^0.4.0",
25
- "eslint-plugin-n": "^15.2.4",
26
- "eslint-plugin-only-warn": "^1.0.3",
25
+ "eslint-plugin-n": "^15.6.0",
26
+ "eslint-plugin-only-warn": "^1.1.0",
27
27
  "eslint-plugin-prettier": "^4.2",
28
- "eslint-plugin-promise": "^6.0.0",
29
- "eslint-plugin-sonarjs": "^0.14.0",
28
+ "eslint-plugin-promise": "^6.1.1",
29
+ "eslint-plugin-sonarjs": "^0.17.0",
30
30
  "eslint-plugin-svelte3": "^4.0.0",
31
31
  "eslint-plugin-toml": "^0.3.1",
32
- "eslint-plugin-unicorn": "^43.0.2",
33
- "eslint-plugin-vue": "^9.2",
32
+ "eslint-plugin-unicorn": "^45.0.1",
33
+ "eslint-plugin-vue": "^9.8",
34
34
  "eslint-plugin-yaml": "^0.5.0",
35
- "vue-eslint-parser": "^9.0"
35
+ "vue-eslint-parser": "^9.1"
36
36
  },
37
37
  "files": [
38
38
  "index.js",