Skip to content

Commit

Permalink
remove temporary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Aug 24, 2024
1 parent 6015c69 commit 0a7913a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/tools/eslint-plugin-azure-sdk/tests/ruleTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ export interface CreateRuleTesterOptions {
}

export function createRuleTester(options: CreateRuleTesterOptions = {}) {
console.dir({s:options.settings});
const project = options.testTsConfig ? "./tsconfig-alt.json" : "./tsconfig.json";
const ruleTester = new RuleTester({
languageOptions: {
parserOptions: {
projectServices: {
allowDefaultProject: ['*.ts*'],
defaultProject: 'tsconfig.json',
allowDefaultProject: ["*.ts*"],
defaultProject: "tsconfig.json",
},
tsconfigRootDir: path.join(__dirname, "./fixture"),
project,
Expand Down

0 comments on commit 0a7913a

Please sign in to comment.