Skip to content

Commit

Permalink
chore(stylelint): JSDoc で型定義を読み込む
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Mar 16, 2023
1 parent ad1cb63 commit 5d85756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .stylelintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
'use strict';

/**
* @type { import('stylelint').Config }
*/
module.exports = {
extends: [
'@chalkygames123/stylelint-config',
Expand Down

0 comments on commit 5d85756

Please sign in to comment.