Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, jasmine-node, …
Browse files Browse the repository at this point in the history
…`replace`, `semver`
  • Loading branch information
ljharb committed Aug 31, 2018
1 parent 147c0d8 commit 37e7f3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ignoreTemplateLiterals": true
}],
"max-lines": 0,
"max-lines-per-function": 0,
"max-nested-callbacks": [2, 5],
"max-params": [2, 7],
"max-statements": [1, 30],
Expand All @@ -48,6 +49,8 @@
"quote-props": [1, "as-needed", { "keywords": true }],
"sort-keys": [0],
"spaced-comment": [0],
"strict": [0]
"strict": [0],

"multiline-comment-style": 1,
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"jscs": "jscs tests/helpers/*.js tests/spec/*.js es5-shim.js es5-sham.js"
},
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.13.1",
"jasmine-node": "^1.14.5",
"@ljharb/eslint-config": "^13.0.0",
"eslint": "^5.4.0",
"jasmine-node": "^1.15.0",
"jscs": "^3.0.7",
"replace": "^0.3.0",
"semver": "^5.4.1",
"replace": "^1.0.0",
"semver": "^5.5.1",
"uglify-js": "2.7.3"
},
"engines": {
Expand Down

0 comments on commit 37e7f3e

Please sign in to comment.