Skip to content

Commit debcb9b

Browse files
authored
SCAL-269016 : Intercept v2 (#328)
1 parent a45b52a commit debcb9b

File tree

14 files changed

+1814
-340
lines changed

14 files changed

+1814
-340
lines changed

eslint.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineConfig } from 'eslint/config';
2-
import globals from 'globals';
32
import tseslint from 'typescript-eslint';
43
import pluginReact from 'eslint-plugin-react';
54
import importPlugin from 'eslint-plugin-import';
@@ -48,7 +47,8 @@ export default defineConfig([
4847
maxLength: 90,
4948
ignoreUrls: true,
5049
},
51-
]
52-
}
50+
],
51+
'import/no-cycle': "error"
52+
},
5353
},
54-
]);
54+
]);

0 commit comments

Comments
 (0)