From 5499042ce60178dc1a203ff33ea58f7a289790fa Mon Sep 17 00:00:00 2001 From: Bouncey Date: Sat, 16 Feb 2019 08:48:38 +0000 Subject: [PATCH] feat: Lint tools --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f5c3ca07..67111a111e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:client": "eslint client --ignore-pattern 'client/node_modules/**/*.js' --ignore-pattern 'client/plugins/**/node_modules/**/*.js' --ignore-pattern 'client/.cache/**/*.js' --ignore-pattern 'client/public/**/*.js' --ignore-pattern 'client/static/js/*.js' --ignore-pattern 'client/static/js/*.js.map'", "lint:config": "eslint config", "lint:curriculum": "eslint curriculum --ignore-pattern 'curriculum/node_modules/**/*.js'", - "lint:tools": "echo 'Warning: TODO - Define Linting with fixing.'", + "lint:tools": "eslint tools --ignore-pattern 'tools/**/node_modules/**/*.js'", "seed": "npm-run-all -p seed:*", "seed:auth-user": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser", "seed:challenges": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",