From 9f10668a88df2255fc1494c38846a09a9c516b64 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 6 Jun 2023 23:06:11 +0200 Subject: Switched jshint to eslint This happened to find an error in the one test. Oops. Fix #8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0237bc0..6550f3e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A library for parsing and validating South African ID Numbers.", "main": "south-african-id-parser.js", "scripts": { - "pretest": "jshint **/*.js", + "pretest": "eslint ./", "test": "mocha" }, "keywords": [ @@ -29,7 +29,7 @@ }, "devDependencies": { "chai": "^4.3.7", - "jshint": "^2.13.6", + "eslint": "^8.42.0", "mocha": "^10.2.0" } } -- cgit v1.2.3