Skip to content

Commit

Permalink
refactor: tiny lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Masek <[email protected]>
  • Loading branch information
vmasek committed Oct 17, 2024
1 parent 1a68636 commit ee55c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"rules": {}
},
{
"files": ["perf/**/*.ts"],
"files": ["**/perf/**/*.ts"],
"rules": {
"no-magic-numbers": "off",
"sonarjs/no-duplicate-string": "off"
Expand Down
2 changes: 1 addition & 1 deletion e2e/cli-e2e/mocks/fixtures/code-pushup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { join } from 'node:path';
import coveragePlugin from '@code-pushup/coverage-plugin';
import eslintPlugin from '@code-pushup/eslint-plugin';
import { CoreConfig } from '@code-pushup/models';
import type { CoreConfig } from '@code-pushup/models';

export default {
upload: {
Expand Down

0 comments on commit ee55c03

Please sign in to comment.