aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortsmgeek <tsmgeek@gmail.com>2017-08-22 00:21:29 +0100
committertsmgeek <tsmgeek@gmail.com>2017-08-22 00:21:29 +0100
commitfdf35488b5b3cd5725c6c2e179b65377d30c6577 (patch)
treeda0b3927f3049475cd67977fe093d198920c1c37 /package.json
parentf8b98b236fd676fe8945d942842640ddea5bbac8 (diff)
parente0bb9b92d07176677b3043530660af3bc30774d7 (diff)
downloadetbsa-traccar-web-fdf35488b5b3cd5725c6c2e179b65377d30c6577.tar.gz
etbsa-traccar-web-fdf35488b5b3cd5725c6c2e179b65377d30c6577.tar.bz2
etbsa-traccar-web-fdf35488b5b3cd5725c6c2e179b65377d30c6577.zip
Merge from upstream, change .eslintrc.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/package.json b/package.json
index edd9dab..9e31857 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,9 @@
-{
- "scripts": {
- "lint": "./node_modules/.bin/eslint web",
- "build": "echo \"Warning: no build specified\" && exit 0",
- "test": "echo \"Warning: no test specified\" && exit 0"
- }
-}
+{
+ "name": "traccar-web",
+ "devDependencies": {
+ "eslint": "^4.4.1"
+ },
+ "scripts": {
+ "lint": "./node_modules/.bin/eslint web/."
+ }
+}