Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 25, 2022
1 parent 87f9b29 commit 51ae645
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

10 changes: 4 additions & 6 deletions .eslintrc
Expand Up @@ -7,17 +7,13 @@
},
"parserOptions": {
"ecmaVersion": 5,
},
"globals": {
"Promise": false,
"allowReserved": false,
},
"rules": {
"array-bracket-spacing": "off",
"complexity": "off",
"eqeqeq": ["error", "always", { "null": "ignore" }],
"func-style": "warn",
"indent": ["error", 4],
"no-magic-numbers": "off",
"max-lines": "warn",
"max-lines-per-function": "warn",
"max-statements": "warn",
Expand All @@ -30,7 +26,9 @@
"operator-linebreak": ["error", "before"],
"sort-keys": "warn",
},
"ignorePatterns": [ "syntax-error.*" ],
"ignorePatterns": [
"syntax-error.*",
],
"overrides": [
{
"files": ["*.mjs", "test/import/package_type/*.js"],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,14 +26,14 @@
"through": "~2.3.8"
},
"devDependencies": {
"@ljharb/eslint-config": "^19.0.1",
"@ljharb/eslint-config": "^20.2.0",
"array.prototype.flatmap": "^1.2.5",
"aud": "^1.1.5",
"aud": "^2.0.0",
"concat-stream": "^1.6.2",
"eclint": "^2.8.1",
"ecstatic": "^4.1.4",
"es-value-fixtures": "^1.2.1",
"eslint": "^8.2.0",
"eslint": "^8.7.0",
"falafel": "^2.2.4",
"js-yaml": "^3.14.0",
"safe-publish-latest": "^2.0.0",
Expand Down

0 comments on commit 51ae645

Please sign in to comment.