@simplysm/eslint-plugin 12.15.43 → 12.15.48

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": "12.15.43",
3
+ "version": "12.15.48",
4
4
  "description": "심플리즘 패키지 - ESLINT 플러그인",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -14,16 +14,16 @@
14
14
  "dependencies": {
15
15
  "@angular-eslint/utils": "^20.7.0",
16
16
  "@eslint/compat": "^2.0.0",
17
- "@typescript-eslint/utils": "^8.48.1",
17
+ "@typescript-eslint/utils": "^8.49.0",
18
18
  "angular-eslint": "^20.7.0",
19
19
  "eslint": "^9.39.1",
20
20
  "eslint-import-resolver-typescript": "^4.4.4",
21
21
  "eslint-plugin-import": "^2.32.0",
22
22
  "globals": "^16.5.0",
23
23
  "typescript": "~5.8.3",
24
- "typescript-eslint": "^8.48.1"
24
+ "typescript-eslint": "^8.49.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@typescript-eslint/rule-tester": "^8.48.1"
27
+ "@typescript-eslint/rule-tester": "^8.49.0"
28
28
  }
29
29
  }
@@ -202,6 +202,18 @@ export default [
202
202
  },
203
203
  ],*/
204
204
 
205
+ // "no-restricted-syntax": [
206
+ // "error",
207
+ // {
208
+ // "selector": "Decorator[expression.callee.name='HostListener']",
209
+ // "message": "Angular 20+ Modern Style: @HostListener 대신 컴포넌트 메타데이터의 'host' 속성을 사용하세요."
210
+ // },
211
+ // {
212
+ // "selector": "Decorator[expression.callee.name='HostBinding']",
213
+ // "message": "Angular 20+ Modern Style: @HostBinding 대신 컴포넌트 메타데이터의 'host' 속성과 Signal을 사용하세요."
214
+ // }
215
+ // ],
216
+
205
217
  //-- 심플리즘
206
218
  "@simplysm/ts-no-throw-not-implement-error": ["warn"],
207
219
  "@simplysm/no-subpath-imports-from-simplysm": ["error"],