diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-05 22:52:59 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-05 22:52:59 -0500 |
| commit | ea0e9c20a9d5e28afcd8a8cbbbb5d29b318d7a3a (patch) | |
| tree | 3eb2e8e4d23649c343a8a50c3c4a2dcecb0fdbbe /package.json | |
| parent | b95861ced23ee942a1991fd9157164d8e97487c7 (diff) | |
Added ignore file
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a9ee554..f8908ea 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 ./webAO --ext .js", - "lint:fix": "eslint --fix ./webAO --ext .js" + "lint": "eslint . --ext .js", + "lint:fix": "eslint --fix . --ext .js" }, "repository": { "type": "git", |
