@so1ve/eslint-config 4.1.4 → 4.1.5

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/dist/index.mjs +0 -4
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -758,10 +758,6 @@ async function formatting(options) {
758
758
  pathPattern: "^scripts$",
759
759
  order: { type: "asc" }
760
760
  },
761
- {
762
- pathPattern: "^exports$",
763
- order: { type: "asc" }
764
- },
765
761
  {
766
762
  pathPattern: "^exports.*$",
767
763
  order: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -76,7 +76,7 @@
76
76
  "typescript-eslint": "^8.50.1",
77
77
  "vue-eslint-parser": "^10.2.0",
78
78
  "yaml-eslint-parser": "^1.3.2",
79
- "@so1ve/eslint-plugin": "4.1.4"
79
+ "@so1ve/eslint-plugin": "4.1.5"
80
80
  },
81
81
  "devDependencies": {
82
82
  "eslint-plugin-de-morgan": "^2.0.0",