# interfaced/jsdoc-type-application-dot Enforce dot before "<" symbol in JSDoc type application. **Fixable:** this rule is automatically fixable by `--fix`. ## Options The rule accepts either `'always'` or `'never'`. The default value is `'always'`. ## Resources * [Source](../../lib/rules/jsdoc-type-application-dot.js) * [Tests](../../test/eslint/rules/jsdoc-type-application-dot.js)