[go: nahoru, domu]

Skip to content

Commit

Permalink
[Dev Deps] update tape, eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 25, 2017
1 parent eee260c commit 0191e27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"rules": {
"complexity": [2, 15],
"eqeqeq": [2, "allow-null"],
"func-name-matching": [1],
"max-depth": [1, 4],
"max-statements": [2, 26],
"no-extra-parens": [1],
"no-magic-numbers": [0],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"]
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
"sort-keys": [0],
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"dependencies": {},
"devDependencies": {
"tape": "^4.6.0",
"tape": "^4.6.3",
"covert": "^1.1.0",
"jscs": "^3.0.7",
"eslint": "^3.2.2",
"@ljharb/eslint-config": "^6.0.0"
"eslint": "^3.19.0",
"@ljharb/eslint-config": "^11.0.0"
},
"license": "MIT"
}
Expand Down

0 comments on commit 0191e27

Please sign in to comment.