mikey-pro 6.0.11 → 6.1.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  <div width="100%" align="center">
2
- <h1>
2
+ <a href="https://github.com/chiefmikey/mikey-pro">
3
3
  <b>Mikey Pro</b>
4
- </h1>
4
+ </a>
5
+ <h2>Style Guide</h2>
6
+ <h4>Lint and Format Code (the way Mikey likes it)</h4>
5
7
  </div>
6
8
 
7
- ### Lint and Format Code (the way Mikey likes it)
8
-
9
9
  _A curated compilation of packages, plugins, style guides, custom configurations
10
10
  and modified rules for consistently writing top shelf code_
11
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mikey-pro",
3
- "version": "6.0.11",
4
- "description": "Mikey Pro",
3
+ "version": "6.1.1",
4
+ "description": "Mikey Pro Style Guide",
5
5
  "dependencies": {
6
6
  "@babel/core": "^7.20.7",
7
7
  "@babel/eslint-parser": "^7.19",
@@ -11,11 +11,11 @@
11
11
  "@cypress/eslint-plugin-json": "^3.2.3",
12
12
  "@html-eslint/eslint-plugin": "^0.15.0",
13
13
  "@html-eslint/parser": "^0.15.0",
14
- "@mikey-pro/eslint-config": "^6.0.11",
15
- "@mikey-pro/prettier-config": "^6.0.3",
16
- "@mikey-pro/stylelint-config": "^6.0.3",
17
- "@typescript-eslint/eslint-plugin": "^5.47.0",
18
- "@typescript-eslint/parser": "^5.47.0",
14
+ "@mikey-pro/eslint-config": "^6.1.1",
15
+ "@mikey-pro/prettier-config": "^6.1.1",
16
+ "@mikey-pro/stylelint-config": "^6.1.1",
17
+ "@typescript-eslint/eslint-plugin": "^5.47.1",
18
+ "@typescript-eslint/parser": "^5.47.1",
19
19
  "@vue/babel-plugin-jsx": "^1.1.1",
20
20
  "eslint-config-prettier": "^8.5",
21
21
  "eslint-config-react-app": "^7.0.1",