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: ['*']
}
],
enforceBuildableLibDependency: true,
// Temporary fix, should be removed eventually
ignoredCircularDependencies: [['client', 'ui']]
enforceBuildableLibDependency: true
}
],
'@typescript-eslint/no-extra-semi': 'error',

Loading…
Cancel
Save