diff --git a/package.json b/package.json index 8fb73d93ebb15a97a8d0bd126b45c764c383200b..eb007f96e5b5e4472287a82baa51d9d685098b89 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"http-server -c-1 -p 8080\"", "dev-test": "concurrently --names \"ROLLUP,ROLLUPTEST,HTTP\" -c \"bgBlue.bold,bgRed.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"rollup -c test/rollup.unit.config.js -w -m inline\" \"http-server -p 8080\"", "start": "npm run dev", - "lint": "eslint src --ext js --ext ts && tsc src/Three.d.ts --noEmit", + "lint": "eslint src --ext js --ext ts && tsc src/Three.d.ts --noEmit && eslint examples/js --ext js --ext ts --ignore-pattern libs && tsc examples/js", "test": "npm run build-test && qunit -r failonlyreporter test/unit/three.source.unit.js", "travis": "npm run lint && npm test" },