Skip to content

Commit

Permalink
use semistandard directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiya Hinosawa authored and kt3k committed Jan 28, 2017
1 parent f9acbf1 commit bb70b18
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
BROWSERIFY := "node_modules/.bin/browserify"
ESLINT := "node_modules/.bin/eslint"
SEMISTANDARD:= "node_modules/.bin/semistandard"
KARMA := "node_modules/.bin/karma"
MOCHA := "bin/mocha"
NYC := "node_modules/.bin/nyc"
Expand Down Expand Up @@ -34,7 +34,9 @@ clean:

lint:
@printf "==> [Test :: Lint]\n"
$(ESLINT) . bin/*
$(SEMISTANDARD) $(SRC)
$(SEMISTANDARD) --env mocha --global assert --global expect --global run $(TESTS)
$(SEMISTANDARD) bin/* scripts/*.js *.js

test-node: test-bdd test-tdd test-qunit test-exports test-unit test-integration test-jsapi test-compilers test-glob test-requires test-reporters test-only test-global-only

Expand Down
4 changes: 0 additions & 4 deletions lib/browser/.eslintrc.yaml

This file was deleted.

12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -323,11 +323,6 @@
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "2.0.1",
"expect.js": "^0.3.1",
"istanbul-combine": "^0.3.0",
"karma": "1.3.0",
Expand All @@ -342,6 +337,7 @@
"os-name": "^2.0.1",
"phantomjs": "1.9.8",
"rimraf": "^2.5.2",
"semistandard": "^9.2.1",
"should": "^11.1.1",
"through2": "^2.0.1",
"watchify": "^3.7.0"
Expand Down Expand Up @@ -374,5 +370,11 @@
"phantomjs",
"lodash.create"
]
},
"semistandard": {
"ignore": [
"/mocha.js",
"/lib/to-iso-string/**/*.js"
]
}
}
7 changes: 0 additions & 7 deletions test/.eslintrc.yaml

This file was deleted.

0 comments on commit bb70b18

Please sign in to comment.