Skip to content

Commit

Permalink
style: ignore autogenerated files in prettier, fix linter issues in t…
Browse files Browse the repository at this point in the history
…est util
  • Loading branch information
nerdyman committed Apr 26, 2022
1 parent 2786a43 commit 679b499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
node_modules/
dist/
coverage/
.nyc_output/
*.ignore
pnpm-lock.yaml
.pnpm-store
6 changes: 6 additions & 0 deletions test/baseFixtures.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* eslint @typescript-eslint/no-explicit-any: 0 */

/**
* @see https://github.com/mxschmitt/playwright-test-coverage
*/

import * as fs from 'fs';
import * as path from 'path';
import * as crypto from 'crypto';
Expand Down

0 comments on commit 679b499

Please sign in to comment.