From 702d6b8279549df555451e4fe64173eb4b803327 Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Mon, 20 Mar 2017 10:27:28 -0400 Subject: [PATCH] Remove broken ESLint tests --- eslint | 1 - package.json | 2 -- 2 files changed, 3 deletions(-) delete mode 160000 eslint diff --git a/eslint b/eslint deleted file mode 160000 index fdce86d2..00000000 --- a/eslint +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fdce86d24e30a31c0c819262b72ab6b454cb552a diff --git a/package.json b/package.json index 64bcfec3..e5d595ef 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,6 @@ "lodash.pickby": "^4.6.0" }, "scripts": { - "bootstrap": "git submodule update --init && cd eslint && npm install", - "eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js", "test": "npm run lint && npm run test-only", "test-only": "mocha", "lint": "eslint index.js babylon-to-espree test",