Skip to content

Commit

Permalink
Fix JSDoc rule in ESLint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 7, 2019
1 parent 524b4d3 commit bb31814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/configs/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
},
rules: {
'jsdoc/no-undefined-types': [ 'warning', {
'jsdoc/no-undefined-types': [ 'warn', {
// Required to reference browser types because we don't have the `browser` environment enabled for the project.
// Here we filter out all browser globals that don't begin with an uppercase letter because those
// generally refer to window-level event listeners and are not a valid type to reference (e.g. `onclick`).
Expand Down

0 comments on commit bb31814

Please sign in to comment.