Skip to content

Commit

Permalink
Merge pull request #5466 from plotly/fix-no-deprecated-api
Browse files Browse the repository at this point in the history
Disallow inline config when running syntax test on bundles
  • Loading branch information
archmoj authored Feb 3, 2021
2 parents 90ec21b + 0a19c54 commit aef5c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/test_syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ function assertES5() {
var CLIEngine = eslint.CLIEngine;

var cli = new CLIEngine({
allowInlineConfig: false,
useEslintrc: false,
ignore: false,
parserOptions: {
Expand Down

0 comments on commit aef5c50

Please sign in to comment.