الملفات
ghaymah-exam-AhmedNasser-SRE/q1-deploy-monitor/node_modules/hasown/eslint.config.mjs

7 أسطر
136 B
JavaScript

import ljharbConfig from '@ljharb/eslint-config/flat';
export default [
...ljharbConfig,
{ rules: { 'no-extra-parens': 'off' } },
];