Skip to content

Commit 66fdf67

Browse files
authored
docs(lint-staged): added JSDoc config file (#4560)
* docs(`lint-staged`): added JSDoc config file * Update .lintstagedrc.js
1 parent 7ed280f commit 66fdf67

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.config/.lintstagedrc-prettier.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @type {import('lint-staged').Configuration}
3+
*/
14
export default {
25
'**/*': 'prettier --write --ignore-unknown'
36
};

.config/.lintstagedrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* @type {import('lint-staged').Configuration}
3+
*/
14
export default {
25
'*.md': 'markdownlint -c .config/.markdown-lint.yml',
36
// In case that we're changing the stylelints configuration files content, we would need to validate it

0 commit comments

Comments
 (0)