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 3, 2017
1 parent f6605cf commit 4a35b07
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

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"

Expand All @@ -24,7 +24,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 @@ -318,11 +318,6 @@
"assert": "^1.4.1",
"browserify": "^13.0.0",
"coffee-script": "^1.10.0",
"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",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
Expand All @@ -335,6 +330,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 @@ -367,5 +363,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 4a35b07

Please sign in to comment.