@so1ve/eslint-config 4.0.0 → 4.0.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/dist/index.mjs +4 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -756,6 +756,10 @@ async function formatting(options) {
756
756
  "resolutions"
757
757
  ]
758
758
  },
759
+ {
760
+ pathPattern: "^scripts$",
761
+ order: { type: "asc" }
762
+ },
759
763
  {
760
764
  pathPattern: "^exports$",
761
765
  order: { type: "asc" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -76,8 +76,8 @@
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.0.0",
80
- "@so1ve/eslint-plugin-sort-imports": "4.0.0"
79
+ "@so1ve/eslint-plugin": "4.0.1",
80
+ "@so1ve/eslint-plugin-sort-imports": "4.0.1"
81
81
  },
82
82
  "devDependencies": {
83
83
  "eslint-plugin-de-morgan": "^2.0.0",