Skip to content

Commit

Permalink
[Dev Deps] update @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 26, 2020
1 parent a515608 commit 9f1690f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .eslintrc
Expand Up @@ -8,15 +8,13 @@
},

"rules": {
"arrow-parens": [2, "always"],
"array-bracket-newline": 0,
"array-element-newline": 0,
"complexity": 0,
"eqeqeq": [2, "allow-null"],
"func-name-matching": 0,
"id-length": [2, { "min": 1, "max": 40 }],
"max-params": [2, 4],
"max-statements": [2, 24],
"max-statements-per-line": [2, { "max": 2 }],
"multiline-comment-style": 0,
"no-magic-numbers": 0,
Expand All @@ -27,12 +25,6 @@
},

"overrides": [
{
"files": "./*/{Date,Month}FromTime.js",
"rules": {
"max-statements": [2, 30],
},
},
{
"files": "operations/*",
"rules": {
Expand All @@ -42,7 +34,7 @@
{
"files": "operations/*.js",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
},
"rules": {
"no-console": 0,
Expand All @@ -63,7 +55,6 @@
"max-lines": 0,
"max-lines-per-function": 0,
"max-statements-per-line": [2, { "max": 3 }],
"max-nested-callbacks": [2, 4],
"max-statements": 0,
"no-implicit-coercion": 0,
"no-invalid-this": 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"string.prototype.trimright": "^2.1.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^15.1.0",
"@ljharb/eslint-config": "^16.0.0",
"array.prototype.indexof": "^1.0.0",
"cheerio": "^1.0.0-rc.3",
"diff": "^4.0.2",
Expand Down

0 comments on commit 9f1690f

Please sign in to comment.