Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed May 10, 2024
1 parent f84cf18 commit a04b69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js → eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export default tsEslint.config(
strict: ['error', 'global'],
'@typescript-eslint/no-extra-non-null-assertion': 'off'
}
}
},
);
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config: Config = {
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/lib/'],
moduleDirectories: ['node_modules'],
collectCoverage: true,
collectCoverageFrom: ['lib/**/*.ts'],
collectCoverageFrom: ['src/**/*.ts'],
coverageDirectory: 'reports/coverage',
reporters: [
'default',
Expand Down

0 comments on commit a04b69b

Please sign in to comment.