Skip to content

Commit ab69810

Browse files
chore: change prefer-readonly-type-declaration serverity to warn for lite config
1 parent 13e31a3 commit ab69810

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/configs/functional-lite.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ const config: Linter.Config = deepMerge(functional, {
1616
},
1717
],
1818
},
19+
overrides: [
20+
{
21+
files: ["*.ts", "*.tsx"],
22+
rules: {
23+
"functional/prefer-readonly-type-declaration": "warn",
24+
},
25+
},
26+
],
1927
});
2028

2129
export default config;

0 commit comments

Comments
 (0)