Skip to content

Commit

Permalink
chore: eslint v9 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Sep 9, 2024
1 parent fb7128d commit 3434303
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 195 deletions.
7 changes: 1 addition & 6 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
ignore:
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: None Given
expires: 2024-10-09T00:00:00.000Z
created: 2024-09-01T00:00:00.000Z
ignore: {}
patch: {}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snyker",
"version": "5.0.2",
"version": "5.0.3",
"description": "An opinionated, heavy-handed wrapper around Snyk.",
"author": {
"name": "Craig Morten",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "yarn clean:lib && yarn clean:lock",
"clean:lib": "rimraf lib",
"clean:lock": "rimraf package-lock.json",
"lint": "eslint ./src",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint ./src",
"lint:fix": "yarn lint --fix",
"snyker": "bin/snyker",
"snyker:npm": "bin/snyker --lockfile=package-lock.json && yarn clean:lock",
Expand All @@ -51,18 +51,18 @@
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.0.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4"
"rollup": "^4.21.2"
}
}
Loading

0 comments on commit 3434303

Please sign in to comment.