@dword-design/eslint-plugin-import-alias 2.0.3 → 2.0.7

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 +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,25 +25,25 @@
25
25
  <img
26
26
  src="https://gitpod.io/button/open-in-gitpod.svg"
27
27
  alt="Open in Gitpod"
28
- height="32"
28
+ width="114"
29
29
  >
30
30
  </a><a href="https://www.buymeacoffee.com/dword">
31
31
  <img
32
32
  src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
33
33
  alt="Buy Me a Coffee"
34
- height="32"
34
+ width="114"
35
35
  >
36
36
  </a><a href="https://paypal.me/SebastianLandwehr">
37
37
  <img
38
38
  src="https://sebastianlandwehr.com/images/paypal.svg"
39
39
  alt="PayPal"
40
- height="32"
40
+ width="163"
41
41
  >
42
42
  </a><a href="https://www.patreon.com/dworddesign">
43
43
  <img
44
44
  src="https://sebastianlandwehr.com/images/patreon.svg"
45
45
  alt="Patreon"
46
- height="32"
46
+ width="163"
47
47
  >
48
48
  </a>
49
49
  </p>
@@ -127,21 +127,21 @@ Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing w
127
127
  <img
128
128
  src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
129
129
  alt="Buy Me a Coffee"
130
- height="32"
130
+ width="114"
131
131
  >
132
132
  </a>&nbsp;If you want to send me a one time donation. The coffee is pretty good 😊.<br/>
133
133
  <a href="https://paypal.me/SebastianLandwehr">
134
134
  <img
135
135
  src="https://sebastianlandwehr.com/images/paypal.svg"
136
136
  alt="PayPal"
137
- height="32"
137
+ width="163"
138
138
  >
139
139
  </a>&nbsp;Also for one time donations if you like PayPal.<br/>
140
140
  <a href="https://www.patreon.com/dworddesign">
141
141
  <img
142
142
  src="https://sebastianlandwehr.com/images/patreon.svg"
143
143
  alt="Patreon"
144
- height="32"
144
+ width="163"
145
145
  >
146
146
  </a>&nbsp;Here you can support me regularly, which is great so I can steadily work on projects.
147
147
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-plugin-import-alias",
3
- "version": "2.0.3",
3
+ "version": "2.0.7",
4
4
  "description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
5
5
  "keywords": [
6
6
  "alias",
@@ -24,7 +24,7 @@
24
24
  "rule"
25
25
  ],
26
26
  "repository": "dword-design/eslint-plugin-import-alias",
27
- "funding": "https://www.buymeacoffee.com/dword",
27
+ "funding": "https://github.com/sponsors/dword-design",
28
28
  "license": "MIT",
29
29
  "author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
30
30
  "main": "dist/index.js",