Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 committed Jul 8, 2024
1 parent 5a7ea55 commit 27b06d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"endOfLine": "lf",
"overrides": [
{
"files": "jest.config.ts",
"files": "jest.config.mjs",
"options": {
"trailingComma": "all"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-core/jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import config from '../../jest.config.mjs';
const aiCoreConfig = {
...config,
displayName: 'ai-core'
displayName: 'ai-core',
};

export default aiCoreConfig;
2 changes: 1 addition & 1 deletion packages/gen-ai-hub/jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import config from '../../jest.config.mjs';
const aiCoreConfig = {
...config,
displayName: 'gen-ai-hub'
displayName: 'gen-ai-hub',
};

export default aiCoreConfig;

0 comments on commit 27b06d3

Please sign in to comment.