@so1ve/eslint-config 1.5.1 → 1.5.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/dist/index.cjs CHANGED
@@ -160,6 +160,7 @@ const formatting = (options) => {
160
160
  },
161
161
  {
162
162
  rules: {
163
+ "curly": ["error", "all"],
163
164
  "so1ve/no-useless-template-string": "error",
164
165
  "so1ve/no-negated-comparison": "error",
165
166
  "so1ve/no-import-promises-as": "error",
package/dist/index.mjs CHANGED
@@ -170,6 +170,7 @@ const formatting = (options) => {
170
170
  },
171
171
  {
172
172
  rules: {
173
+ "curly": ["error", "all"],
173
174
  "so1ve/no-useless-template-string": "error",
174
175
  "so1ve/no-negated-comparison": "error",
175
176
  "so1ve/no-import-promises-as": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "description": "Ray's eslint config.",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "typescript-eslint": "^7.1.0",
72
72
  "vue-eslint-parser": "^9.4.2",
73
73
  "yaml-eslint-parser": "^1.2.2",
74
- "@so1ve/eslint-plugin": "1.5.1",
75
- "@so1ve/eslint-plugin-sort-imports": "1.5.1"
74
+ "@so1ve/eslint-plugin": "1.5.2",
75
+ "@so1ve/eslint-plugin-sort-imports": "1.5.2"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@typescript-eslint/utils": "^7.1.0",