Open r-tamoto-hitotsunagu opened 2 years ago
module.exports = {
extends: ['../../../.eslintrc.js'],
rules: {
'no-restricted-imports': [
'error',
{
paths: ['../graphql', '../../../graphql/**/*', '**/../'],
},
],
},
};
import OK
apps/frontend/mobile/src/__generated__/graphql/index.ts
のみ importを許可import 禁止
apps/frontend/mobile/src/graphql
の importを禁止apps/frontend/mobile/src/features/user/graphql
のimportを禁止参考: