@simplysm/eslint-plugin 12.9.37 → 12.9.38
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 +1 -1
- package/src/configs/root.js +3 -3
package/package.json
CHANGED
package/src/configs/root.js
CHANGED
|
@@ -228,12 +228,12 @@ export default [
|
|
|
228
228
|
{
|
|
229
229
|
paths: [
|
|
230
230
|
// library에서만
|
|
231
|
-
{
|
|
231
|
+
/*{
|
|
232
232
|
name: '@angular/core',
|
|
233
233
|
importNames: ['model'],
|
|
234
234
|
message: '"model"은 사용할 수 없습니다. input/output/$model을 사용하세요.',
|
|
235
|
-
}
|
|
236
|
-
// fix로
|
|
235
|
+
},*/
|
|
236
|
+
// sd-cli fix로 변환되는 항목임
|
|
237
237
|
...[
|
|
238
238
|
"signal",
|
|
239
239
|
"computed",
|