Skip to content

Commit aef5c50

Browse files
authored
Merge pull request #5466 from plotly/fix-no-deprecated-api
Disallow inline config when running syntax test on bundles
2 parents 90ec21b + 0a19c54 commit aef5c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/test_syntax.js

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ function assertES5() {
304304
var CLIEngine = eslint.CLIEngine;
305305

306306
var cli = new CLIEngine({
307+
allowInlineConfig: false,
307308
useEslintrc: false,
308309
ignore: false,
309310
parserOptions: {

0 commit comments

Comments
 (0)