Navigation Menu

Skip to content

Commit

Permalink
Fix: remove duplicate of eslint-config-eslint (fixes eslint#4909)
Browse files Browse the repository at this point in the history
And pins js-yaml as same version as eslint.
  • Loading branch information
mysticatea committed Jan 10, 2016
1 parent a4e8312 commit e22b4f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -88,10 +88,7 @@ rules:

# Previously on by default in node environment
no-catch-shadow: 0
no-console: 0
no-mixed-requires: 2
no-new-require: 2
no-path-concat: 2
no-process-exit: 2
global-strict: [0, "always"]
handle-callback-err: [2, "err"]
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/package.json
Expand Up @@ -20,7 +20,7 @@
"homepage": "http://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"js-yaml": "^3.4.3"
"js-yaml": "3.4.5"
},
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit e22b4f4

Please sign in to comment.