From 9b826174afb454521469aab013f0c894557027e6 Mon Sep 17 00:00:00 2001 From: Sawsqr68 <173052944+Sawsqr68@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:59:03 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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" } --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b2d0b3a2..fae10145a 100644 --- a/README.md +++ b/README.md @@ -566,3 +566,9 @@ Logo created by [Diego Pasquali](http://dribbble.com/diegopq) >LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, >OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN >THE SOFTWARE. +"format:check": "prettier --check ." +>• "format:fix": "prettier --write ." +>lint:fix": "eslint --fix +>est:watch": "jest --watch" +pre-commit hook +>"test:coverage": "nyc npm test"