Skip to content

Commit 387872c

Browse files
committed
fix
1 parent e5bd822 commit 387872c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

packages/base-pack/eslint/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = {
7777
{
7878
files: ['**/*.ts'],
7979
rules: {
80+
'import/no-cycle': 0,
8081
'import/no-unresolved': 0,
8182

8283
'@typescript-eslint/explicit-module-boundary-types': [

packages/base-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtree/base-pack",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Simple tools and ESLint, Prettier configuration for TypeScript development",
55
"keywords": [
66
"base",

packages/react-pack/eslint/base.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ module.exports = {
106106
{
107107
files: ['**/*.ts', '**/*.tsx'],
108108
rules: {
109+
'import/no-cycle': 0,
110+
109111
'@typescript-eslint/explicit-module-boundary-types': [
110112
1,
111113
{

packages/react-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtree/react-pack",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Simple tools and ESLint, Prettier configuration for React, Next.js development",
55
"keywords": [
66
"dev",

0 commit comments

Comments
 (0)