From 9737014a5fb4581d57965088db83623f80700cf6 Mon Sep 17 00:00:00 2001 From: Jason Dekarske Date: Fri, 6 May 2022 12:58:56 -0700 Subject: [PATCH] actually add eslint --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8aa50c9a3..e11e79ae5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "license": "MIT", "repository": "https://github.com/espruino/BangleApps", "devDependencies": { - "eslint": "7.1.0" + "eslint": "^8.14.0", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-plugin-import": "^2.26.0", + "npm-watch": "^0.11.0" }, "scripts": { "lint-apps": "eslint ./apps --ext .js", @@ -20,8 +23,5 @@ }, "dependencies": { "acorn": "^7.2.0" - }, - "devDpendencies": { - "npm-watch": "^0.11.0" } }