From 0fea3c5dcb1ef94794df19b29bf611e38ce1118c Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:07:55 -0500 Subject: Fixing scope of eslint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8908ea..a9ee554 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js", "start": "webpack-dev-server --config webpack.config.js", - "lint": "eslint . --ext .js", - "lint:fix": "eslint --fix . --ext .js" + "lint": "eslint ./webAO --ext .js", + "lint:fix": "eslint --fix ./webAO --ext .js" }, "repository": { "type": "git", -- cgit