We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getJSDocComment
1 parent 6285a52 commit 83a37a7Copy full SHA for 83a37a7
src/iterateJsdoc.js
@@ -2,7 +2,7 @@
2
import {default as commentParser, stringify as commentStringify} from 'comment-parser';
3
import _ from 'lodash';
4
import jsdocUtils from './jsdocUtils';
5
-import getJSDocComment, {getReducedASTNode} from './eslint/getJSDocComment';
+import {getJSDocComment, getReducedASTNode} from './eslint/getJSDocComment';
6
7
const globalState = new Map();
8
test/eslint/getJSDocComment.js
@@ -1,7 +1,7 @@
1
import {
RuleTester,
} from 'eslint';
-import getJSDocComment from '../../src/eslint/getJSDocComment';
+import {getJSDocComment} from '../../src/eslint/getJSDocComment';
import {getSettings} from '../../src/iterateJsdoc';
const rule = {
0 commit comments