Skip to content

Commit

Permalink
chore(npm): update devDeps (#227)
Browse files Browse the repository at this point in the history
* chore(npm): update devDeps

* chore(eslint): avoid error no-multiple-empty-lines

eslint/eslint#6449
eslint/eslint#6451
  • Loading branch information
azu committed Jun 18, 2016
1 parent e96dd9d commit e73ed66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Expand Up @@ -124,7 +124,7 @@ module.exports = {
"no-mixed-requires": "error",
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": "error",
"no-multiple-empty-lines": "off",
"no-native-reassign": "error",
"no-negated-condition": "off",
"no-nested-ternary": "error",
Expand Down Expand Up @@ -228,4 +228,4 @@ module.exports = {
"never"
]
}
};
};
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"lint:doc": "eslint -c docs/.eslintrc.js docs/ --ext md && npm run textlint",
"lint:js": "eslint src/",
"test:example": "nf start --procfile test/example-test.Procfile",
"test:js": "npm run lint:js && mocha test/",
"test": "npm-run-all lint:doc test:js test:example",
"test:js": "mocha test/",
"test": "npm-run-all lint:doc lint:js test:js test:example",
"perf": "cd perf && npm run perf"
},
"directories": {
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-espower": "^2.1.2",
"babel-plugin-jsdoc-to-assert": "^1.4.1",
"babel-preset-es2015": "^6.6.0",
Expand All @@ -62,13 +62,13 @@
"glob": "^7.0.3",
"markdown-to-ast": "^3.2.3",
"mocha": "^2.3.3",
"npm-run-all": "^1.5.1",
"npm-run-all": "^2.1.2",
"power-assert": "^1.3.1",
"shelljs": "^0.6.0",
"shelljs": "^0.7.0",
"textlint-filter-rule-comments": "^1.2.0",
"textlint-plugin-html": "^0.1.2",
"textlint-rule-alex": "^1.0.1",
"textlint-rule-helper": "^1.1.3",
"textlint-rule-helper": "^2.0.0",
"textlint-rule-no-todo": "^2.0.0",
"textlint-rule-preset-jtf-style": "^2.0.0",
"textlint-rule-rousseau": "^1.4.4",
Expand Down

0 comments on commit e73ed66

Please sign in to comment.