Skip to content

Commit c68b6ad

Browse files
committed
Move tsconfig.lint.json to utils/build/
1 parent de3622c commit c68b6ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"http-server -c-1 -p 8080\"",
5151
"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\"",
5252
"start": "npm run dev",
53-
"lint": "eslint src --ext js --ext ts && tsc -p tsconfig.lint.json",
53+
"lint": "eslint src --ext js --ext ts && tsc -p utils/build/tsconfig.lint.json",
5454
"test": "npm run build-test && qunit -r failonlyreporter test/unit/three.source.unit.js",
5555
"travis": "npm run lint && npm test"
5656
},
File renamed without changes.

0 commit comments

Comments
 (0)