Skip to content

Commit

Permalink
feat: get newest configs working and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Aug 11, 2024
1 parent 4fdf145 commit c27da22
Show file tree
Hide file tree
Showing 13 changed files with 1,549 additions and 8,233 deletions.
317 changes: 0 additions & 317 deletions config/plugins.ts

This file was deleted.

1 change: 1 addition & 0 deletions lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if (typeof cliOptions.printConfig === 'string') {
const config = await new XO().calculateConfigForFile(lintOptions.filePath);
console.log(JSON.stringify(config, undefined, '\t'));
} else {
console.log('lintOptions', lintOptions);
const xo = new XO(lintOptions);
const timeStart = Date.now();
await xo.initEslint(lintOptions.fix);
Expand Down
Loading

0 comments on commit c27da22

Please sign in to comment.