Skip to content

Commit 7c5f460

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #8361 Closes: #8356 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b3d819f commit 7c5f460

File tree

1 file changed

+13
-13
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-dynamic-require/examples

1 file changed

+13
-13
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-dynamic-require/examples/index.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ result = linter.verify( code, {
3939
});
4040
console.log( result );
4141
/* =>
42-
[
43-
{
44-
'ruleId': 'no-dynamic-require',
45-
'severity': 2,
46-
'message': 'require() calls should only use string literals',
47-
'line': 2,
48-
'column': 15,
49-
'nodeType': 'CallExpression',
50-
'source': 'var betainc = require( pkg );',
51-
'endLine': 2,
52-
'endColumn': 29
53-
}
54-
]
42+
[
43+
{
44+
'ruleId': 'no-dynamic-require',
45+
'severity': 2,
46+
'message': 'require() calls should only use string literals',
47+
'line': 2,
48+
'column': 15,
49+
'nodeType': 'CallExpression',
50+
'source': 'var betainc = require( pkg );',
51+
'endLine': 2,
52+
'endColumn': 29
53+
}
54+
]
5555
*/

0 commit comments

Comments
 (0)