Skip to content

Commit

Permalink
chore: temp use eslint-plugin-import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 31, 2023
1 parent 491e703 commit f9f90f8
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@ow3/eslint-config": "workspace:*",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-plugin-ow3": "link:packages/eslint-plugin-ow3",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-basic/package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^16.0.1",
Expand All @@ -37,4 +37,4 @@
"devDependencies": {
"eslint": "^8.45.0"
}
}
}

Check failure on line 40 in packages/eslint-config-basic/package.json

View workflow job for this annotation

GitHub Actions / lint (16.x, ubuntu-latest)

Newline required at end of file but not found

Check failure on line 40 in packages/eslint-config-basic/package.json

View workflow job for this annotation

GitHub Actions / lint (18.x, ubuntu-latest)

Newline required at end of file but not found
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^6.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -34,4 +34,4 @@
"devDependencies": {
"eslint": "^8.45.0"
}
}
}

Check failure on line 37 in packages/eslint-config/package.json

View workflow job for this annotation

GitHub Actions / lint (16.x, ubuntu-latest)

Newline required at end of file but not found

Check failure on line 37 in packages/eslint-config/package.json

View workflow job for this annotation

GitHub Actions / lint (18.x, ubuntu-latest)

Newline required at end of file but not found

0 comments on commit f9f90f8

Please sign in to comment.