@simplysm/eslint-plugin 11.0.9 → 11.0.11

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": "@simplysm/eslint-plugin",
3
- "version": "11.0.9",
3
+ "version": "11.0.11",
4
4
  "description": "심플리즘 패키지 - ESLINT 플러그인",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "@typescript-eslint/eslint-plugin": "^6.8.0",
22
22
  "@typescript-eslint/experimental-utils": "^5.62.0",
23
23
  "@typescript-eslint/parser": "^6.8.0",
24
- "eslint": "^8.51.0",
24
+ "eslint": "^8.52.0",
25
25
  "eslint-import-resolver-typescript": "^3.6.1",
26
26
  "eslint-module-utils": "^2.8.0",
27
27
  "eslint-plugin-import": "^2.28.1",
@@ -29,7 +29,7 @@ module.exports = {
29
29
  "no-shadow": ["error"],
30
30
  "no-duplicate-imports": ["error"],
31
31
  "no-unused-expressions": ["error"],
32
- "no-unused-vars": ["error"],
32
+ // "no-unused-vars": ["error"],
33
33
  "no-undef": ["error"],
34
34
  // "linebreak-style": ["error", "unix"]
35
35
 
@@ -104,7 +104,7 @@ module.exports = {
104
104
  // allowDirectConstAssertionInArrowFunctions: true
105
105
  // }],
106
106
  "@typescript-eslint/no-unused-expressions": ["error"],
107
- "@typescript-eslint/no-unused-vars": ["error", {args: "none"}],
107
+ // "@typescript-eslint/no-unused-vars": ["error", {args: "none"}],
108
108
  "@typescript-eslint/strict-boolean-expressions": ["error", {
109
109
  // allowString: true,
110
110
  // allowNumber: true,