From cfd69a5650fe465d125d32215be486488bafb60c Mon Sep 17 00:00:00 2001 From: Ariel Hadad Date: Sat, 24 Oct 2020 22:50:37 +0300 Subject: [PATCH] eslint all proejct files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f0de39..d96801c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js", "test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test", - "test-lint": "npx eslint ./src", + "test-lint": "npx eslint .", "test:watch": "npm run test -- --watch", "build": "webpack -p --define process.env.NODE_ENV='\"production\"' --progress --colors" },