BBnepal-Accounts/account/theme/pages/build/config/.eslintrc.json
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

16 lines
249 B
JSON

{
"env": {
"browser": false,
"node": true
},
"parserOptions": {
"sourceType": "script"
},
"extends": "../../.eslintrc.json",
"rules": {
"no-console": "off",
"strict": "error",
"unicorn/prefer-module": "off"
}
}