Commit 33dbb6e
committed
feat(vue): enable require-typed-object-prop as error
Warns when using Object as a prop type instead of a typed interface.
No autofix, has editor suggestions. Gradual migration.
# Conflicts:
# test/__snapshots__/factory/full-on.snap.json
# test/__snapshots__/factory/javascript-vue.snap.json1 parent 00b499d commit 33dbb6e
File tree
3 files changed
+3
-0
lines changed- src/configs
- test/__snapshots__/factory
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1577 | 1577 | | |
1578 | 1578 | | |
1579 | 1579 | | |
| 1580 | + | |
1580 | 1581 | | |
1581 | 1582 | | |
1582 | 1583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1357 | 1357 | | |
1358 | 1358 | | |
1359 | 1359 | | |
| 1360 | + | |
1360 | 1361 | | |
1361 | 1362 | | |
1362 | 1363 | | |
| |||
0 commit comments