@lobehub/lint 1.15.1 → 1.15.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.
package/README.md CHANGED
@@ -200,7 +200,7 @@ $ npm start
200
200
 
201
201
  #### 📝 License
202
202
 
203
- Copyright © 2023 [LobeHub][profile-url]. <br />
203
+ Copyright © 2023 ~ present [LobeHub][profile-url]. <br />
204
204
  This project is [MIT](./LICENSE) licensed.
205
205
 
206
206
  <!-- LINK GROUP -->
@@ -45,8 +45,7 @@ var eslint_default = {
45
45
  "prettier",
46
46
  "eslint:recommended",
47
47
  "plugin:react/recommended",
48
- "plugin:unicorn/recommended",
49
- "@microsoft/eslint-config-spfx/lib/profiles/react"
48
+ "plugin:unicorn/recommended"
50
49
  ],
51
50
  overrides: [
52
51
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lint",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "homepage": "https://github.com/lobehub/lobe-lint",
5
5
  "bugs": {
6
6
  "url": "https://github.com/lobehub/lobe-lint/issues/new"
@@ -18,7 +18,6 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "@microsoft/eslint-config-spfx": "latest",
22
21
  "@trivago/prettier-plugin-sort-imports": "latest",
23
22
  "@typescript-eslint/eslint-plugin": "latest",
24
23
  "@typescript-eslint/parser": "latest",