Skip to content

Commit

Permalink
🐛 Fix cir. import
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed May 21, 2021
1 parent dafe8ca commit 39e748c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "circular-modules"
"pre-push": "yarn circular-modules"
}
},
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import loglevel from 'loglevel';
import type { GeneralConfig } from '../../../types';
import { resolverTypes } from '../../../modules/core';
import { resolverTypes } from '../constants';
import type { TAntonio } from '../models/Antonio';

export const defaultGeneralConfig: GeneralConfig = {
Expand Down

0 comments on commit 39e748c

Please sign in to comment.