remove linting since we're too bleeding edge :'(
This commit is contained in:
parent
88563a0c26
commit
845f1ce65e
@ -1 +0,0 @@
|
|||||||
src/babel/transformation/templates
|
|
||||||
27
.jshintrc
27
.jshintrc
@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"esnext": true,
|
|
||||||
"indent": 2,
|
|
||||||
"freeze": true,
|
|
||||||
"validthis": true,
|
|
||||||
"camelcase": true,
|
|
||||||
"unused": true,
|
|
||||||
"eqnull": true,
|
|
||||||
"newcap": true,
|
|
||||||
"supernew": true,
|
|
||||||
"noyield": true,
|
|
||||||
"evil": true,
|
|
||||||
"node": true,
|
|
||||||
"boss": true,
|
|
||||||
"expr": true,
|
|
||||||
"undef": true,
|
|
||||||
"maxparams": 5,
|
|
||||||
"maxdepth": 4,
|
|
||||||
|
|
||||||
"globals": {
|
|
||||||
"window": true,
|
|
||||||
"suite": true,
|
|
||||||
"set": true,
|
|
||||||
"before": true,
|
|
||||||
"bench": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
7
Makefile
7
Makefile
@ -8,7 +8,7 @@ BABEL_CMD = node_modules/babel/bin/babel
|
|||||||
|
|
||||||
export NODE_ENV = test
|
export NODE_ENV = test
|
||||||
|
|
||||||
.PHONY: clean test test-cov test-clean lint test-travis test-simple test-all test-browser publish build bootstrap publish-core publish-runtime build-core watch-core
|
.PHONY: clean test test-cov test-clean test-travis test-simple test-all test-browser publish build bootstrap publish-core publish-runtime build-core watch-core
|
||||||
|
|
||||||
build-core:
|
build-core:
|
||||||
node $(BABEL_CMD) src --out-dir lib --copy-files
|
node $(BABEL_CMD) src --out-dir lib --copy-files
|
||||||
@ -36,13 +36,10 @@ build:
|
|||||||
clean:
|
clean:
|
||||||
rm -rf coverage templates.json test/tmp dist
|
rm -rf coverage templates.json test/tmp dist
|
||||||
|
|
||||||
lint:
|
|
||||||
$(JSHINT_CMD) --reporter node_modules/jshint-stylish/stylish.js src bin
|
|
||||||
|
|
||||||
test-clean:
|
test-clean:
|
||||||
rm -rf test/tmp
|
rm -rf test/tmp
|
||||||
|
|
||||||
test: lint
|
test:
|
||||||
$(MOCHA_CMD)
|
$(MOCHA_CMD)
|
||||||
make test-clean
|
make test-clean
|
||||||
|
|
||||||
|
|||||||
@ -72,8 +72,6 @@
|
|||||||
"chai": "^2.0.0",
|
"chai": "^2.0.0",
|
||||||
"esvalid": "^1.1.0",
|
"esvalid": "^1.1.0",
|
||||||
"istanbul": "^0.3.5",
|
"istanbul": "^0.3.5",
|
||||||
"jshint": "^2.6.0",
|
|
||||||
"jshint-stylish": "^1.0.0",
|
|
||||||
"matcha": "^0.6.0",
|
"matcha": "^0.6.0",
|
||||||
"mocha": "^2.1.0",
|
"mocha": "^2.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user