Compare commits

1 Commits

Author SHA1 Message Date
70c88d4d48 Update dependency eslint-config-prettier to v10
Some checks failed
renovate/artifacts Artifact file update failure
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 23s
CodeQL / Analyze (javascript) (pull_request) Failing after 1m2s
Node.js CI / test (15.x) (pull_request) Failing after 1m50s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
2025-07-19 15:05:21 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@v4.4.7
uses: codacy/codacy-analysis-cli-action@1.1.0
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations

View File

@ -31,7 +31,7 @@
"babel-plugin-rewire": "^1.2.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1"
},