Skip to content

Commit

Permalink
chore: change prefer-readonly-type-declaration serverity to warn for …
Browse files Browse the repository at this point in the history
…lite config
  • Loading branch information
RebeccaStevens committed Aug 14, 2021
1 parent 13e31a3 commit ab69810
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/configs/functional-lite.ts
Expand Up @@ -16,6 +16,14 @@ const config: Linter.Config = deepMerge(functional, {
},
],
},
overrides: [
{
files: ["*.ts", "*.tsx"],
rules: {
"functional/prefer-readonly-type-declaration": "warn",
},
},
],
});

export default config;

0 comments on commit ab69810

Please sign in to comment.