Skip to content

Commit

Permalink
added jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed May 4, 2024
1 parent e1f8d73 commit 6e8169c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/configs/typescript.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ export default [
'PascalCase',
],
},
/**
* Use camelCase for property names that dont satisfy regex
*/
{
selector: 'property',
format: ['camelCase'],
Expand All @@ -159,6 +162,9 @@ export default [
match: true,
},
},
/**
* Property names that satisfy regex are used without any format rules
*/
{
selector: 'property',
format: null,
Expand Down

0 comments on commit 6e8169c

Please sign in to comment.