Skip to content

Conversation

@Sawsqr68
Copy link

@Sawsqr68 Sawsqr68 commented Nov 3, 2025

"scripts": {
"test": "...", // الأمر الأصلي موجود
"lint": "...", // الأمر الأصلي موجود
scripts

"lint:fix": "eslint --fix .",
"format:check": "prettier --check "/*.js"",
"format:fix": "prettier --write "
/*.js"",
"test:watch": "mocha --watch",
"test:coverage": "nyc npm test",
"validate": "npm run format:check && npm run lint && npm run test:coverage"
}
ocs: Add Advanced Recipes and Security section to READM

 "scripts": { "test": "...", // الأمر الأصلي موجود "lint": "...", // الأمر الأصلي موجود "lint:fix": "eslint --fix .", "format:check": "prettier --check \"**/*.js\"", "format:fix": "prettier --write \"**/*.js\"", "test:watch": "mocha --watch", "test:coverage": "nyc npm test", "validate": "npm run format:check && npm run lint && npm run test:coverage" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant