Browse Source

fix(config): remove temporary ignore

pull/6159/head
KenTandrian 1 week ago
parent
commit
4088cc853a
  1. 4
      eslint.config.cjs

4
eslint.config.cjs

@ -28,9 +28,7 @@ module.exports = [
onlyDependOnLibsWithTags: ['*'] onlyDependOnLibsWithTags: ['*']
} }
], ],
enforceBuildableLibDependency: true, enforceBuildableLibDependency: true
// Temporary fix, should be removed eventually
ignoredCircularDependencies: [['client', 'ui']]
} }
], ],
'@typescript-eslint/no-extra-semi': 'error', '@typescript-eslint/no-extra-semi': 'error',

Loading…
Cancel
Save