module.exports = { rules: { 'no-restricted-modules': ['error', 'three'], 'no-restricted-imports': ['error', 'three'], }, }