aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-05 22:07:55 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-05 22:07:55 -0500
commit0fea3c5dcb1ef94794df19b29bf611e38ce1118c (patch)
tree998dbd70d5a1cb9cfb82a940d03e002cc8c7b53e /package.json
parent705b633ec4ba28fb3d7bc3aa31b7e6406e807cad (diff)
Fixing scope of eslint
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files 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",