eslint-plugin-kirklin 0.9.0 → 0.9.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021-PRESENT Anthony Fu <https://github.com/kirklin>
3
+ Copyright (c) 2022 Kirk Lin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -7,21 +7,7 @@ Anthony extended ESLint rules. For [kirklin/eslint-config](https://github.com/ki
7
7
 
8
8
  [Rules List](./src/rules)
9
9
 
10
- ## Sponsors
11
-
12
- <p align="center">
13
- <a href="https://cdn.jsdelivr.net/gh/kirklin/static/sponsors.svg">
14
- <img src='https://cdn.jsdelivr.net/gh/kirklin/static/sponsors.svg'/>
15
- </a>
16
- </p>
17
-
18
10
  ## License
19
11
 
20
- [MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/kirklin)
21
-
22
- <!-- Badges -->
12
+ [MIT](./LICENSE) License © 2023-PRESENT [Kirk Lin](https://github.com/kirklin)
23
13
 
24
- [npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-kirklin?style=flat&colorA=080f12&colorB=1fa669
25
- [npm-version-href]: https://npmjs.com/package/eslint-plugin-kirklin
26
- [npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-kirklin?style=flat&colorA=080f12&colorB=1fa669
27
- [npm-downloads-href]: https://npmjs.com/package/eslint-plugin-kirklin
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.9.0";
3
+ const version = "0.9.1";
4
4
 
5
5
  const hasDocs = [
6
6
  "consistent-list-newline",
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const version = "0.9.0";
1
+ const version = "0.9.1";
2
2
 
3
3
  const hasDocs = [
4
4
  "consistent-list-newline",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-plugin-kirklin",
3
3
  "type": "module",
4
- "version": "0.9.0",
4
+ "version": "0.9.1",
5
5
  "packageManager": "pnpm@8.10.2",
6
6
  "description": "Kirk Lin extended ESLint rules",
7
7
  "author": "Kirk Lin (https://github.com/kirklin)",