We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f233 commit f0f2452Copy full SHA for f0f2452
.eslintrc.cjs
@@ -14,7 +14,7 @@ module.exports = {
14
'svelte3/typescript': () => require('typescript')
15
},
16
rules: {
17
- //"dci-lint/literal-role-contracts": "off"
+ 'dci-lint/literal-role-contracts': 'off'
18
19
parserOptions: {
20
sourceType: 'module',
src/lib/client/index.ts
@@ -570,6 +570,7 @@ export function superForm<
570
const Constraints = writable(form2.constraints);
571
const Meta = writable<Validation<T2, M>['meta'] | undefined>(form2.meta);
572
573
+ // eslint-disable-next-line dci-lint/grouped-rolemethods
574
const Errors = {
575
subscribe: _errors.subscribe,
576
set: _errors.set,
0 commit comments