I have a list of my own: https://github.com/SukkaW/eslint-config-sukka/blob/308947197c4d06d7261a5fab5c81257e79a6133e/packages/shared/src/restricted-import.ts#L6
Currently, I implement restriction with replacement with the restricted-import rule, and I'd like to use eslint-plugin-depend instead.
I have a list of my own: https://github.com/SukkaW/eslint-config-sukka/blob/308947197c4d06d7261a5fab5c81257e79a6133e/packages/shared/src/restricted-import.ts#L6
Currently, I implement restriction with replacement with the
restricted-importrule, and I'd like to useeslint-plugin-dependinstead.