Skip to content

Commit

Permalink
Framework: Configure ESLint JSDoc plugin to target TypeScript mode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 3, 2020
1 parent b3038e1 commit b41e7c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ module.exports = {
globals: {
wp: 'off',
},
settings: {
jsdoc: {
mode: 'typescript',
},
},
rules: {
'@wordpress/dependency-group': 'error',
'@wordpress/gutenberg-phase': 'error',
Expand Down

0 comments on commit b41e7c6

Please sign in to comment.