Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, semver
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 21, 2018
1 parent bf31461 commit f35a03a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"eqeqeq": [2, "allow-null"],
"id-length": [2, { "min": 1, "max": 23 }],
"max-depth": [2, 5],
"max-lines-per-function": [2, { "max": 250 }],
"max-statements": [1, 10],
"max-statements-per-line": [2, { "max": 2 }],
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
"object.entries": "^1.0.4"
},
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"@ljharb/eslint-config": "^13.0.0",
"core-js": "^2.5.7",
"covert": "^1.1.0",
"es6-shim": "^0.35.3",
"eslint": "^4.19.1",
"eslint": "^5.6.0",
"foreach": "^2.0.5",
"has-symbols": "^1.0.0",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"nsp": "^3.2.1",
"replace": "^1.0.0",
"semver": "^5.5.0",
"semver": "^5.5.1",
"tape": "^4.9.1"
},
"testling": {
Expand Down
1 change: 1 addition & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"array-element-newline": 0,
"func-name-matching": 0,
"max-lines": 0,
"max-lines-per-function": 0,
"max-nested-callbacks": [2, 3],
"max-statements-per-line": [2, { "max": 2 }],
"max-statements": [1, 25],
Expand Down

0 comments on commit f35a03a

Please sign in to comment.