mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
65cdead991
Improves the validator to fail if someone forgets to declare dependent properties for computed state: ``` export default { computed: { bar: () => { return new Date().getTime(); } } }; ``` |
||
---|---|---|
.. | ||
computed-values | ||
named-export | ||
properties-components-should-be-capitalised | ||
properties-computed-must-be-an-object | ||
properties-computed-must-be-functions | ||
properties-computed-no-destructuring | ||
properties-data-must-be-function | ||
properties-duplicated | ||
properties-unexpected | ||
properties-unexpected-b |