@@ -242,47 +242,6 @@ export default tseslint.config(
242
242
"local/avoid-multiline-template-expression" : "warn" ,
243
243
"local/no-shadow-underscore" : "error" ,
244
244
"local/prefer-eqeq-nullish-comparison" : "warn" ,
245
- // Part: nx rules
246
- "@nx/enforce-module-boundaries" : [
247
- "off" , // TODO: enable
248
- {
249
- allow : [ ] ,
250
- depConstraints : [
251
- {
252
- sourceTag : "utilities:eff" ,
253
- onlyDependOnLibsWithTags : [ ] ,
254
- } ,
255
- {
256
- sourceTag : "utilities:ast" ,
257
- onlyDependOnLibsWithTags : [ "utilities:eff" ] ,
258
- } ,
259
- {
260
- sourceTag : "utilities:var" ,
261
- onlyDependOnLibsWithTags : [ "utilities:eff" , "utilities:ast" ] ,
262
- } ,
263
- {
264
- sourceTag : "utilities:jsx" ,
265
- onlyDependOnLibsWithTags : [ "utilities:eff" , "utilities:ast" , "utilities:var" ] ,
266
- } ,
267
- {
268
- sourceTag : "shared" ,
269
- onlyDependOnLibsWithTags : [ "utilities:eff" ] ,
270
- } ,
271
- {
272
- sourceTag : "core" ,
273
- onlyDependOnLibsWithTags : [ "utilities:*" , "shared" ] ,
274
- } ,
275
- {
276
- sourceTag : "plugins:eslint-plugin-react-*" ,
277
- onlyDependOnLibsWithTags : [ "utilities:*" , "shared" , "core" ] ,
278
- } ,
279
- {
280
- sourceTag : "plugins:eslint-plugin" ,
281
- onlyDependOnLibsWithTags : [ "utilities:*" , "shared" , "core" , "plugins:eslint-plugin-react-*" ] ,
282
- } ,
283
- ] ,
284
- } ,
285
- ] ,
286
245
} ,
287
246
} ,
288
247
{
0 commit comments