eslint-config-matsuri 1.6.0 → 1.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-matsuri",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.9.5"
27
27
  },
28
28
  "dependencies": {
29
- "@typescript-eslint/eslint-plugin": "5.54.0",
29
+ "@typescript-eslint/eslint-plugin": "5.57.0",
30
30
  "@typescript-eslint/parser": "5.52.0",
31
31
  "eslint-config-prettier": "8.6.0",
32
32
  "eslint-plugin-css-reorder": "0.5.1",
@@ -120,6 +120,7 @@ const rule = {
120
120
  meta: {
121
121
  type: "problem",
122
122
  fixable: "code",
123
+ hasSuggestions: true
123
124
  },
124
125
  create: (context) => {
125
126
  const fixable = context.options[0]?.fixable ?? false;