Sonarqube support with ESLint

This commit is contained in:
4n4n4s 2023-09-26 19:12:09 +00:00
parent 9ebd15f204
commit 0040d9d96c
5 changed files with 1586 additions and 1 deletions

View file

@ -23,5 +23,8 @@
"url": "https://github.com/vogler/free-games-claimer.git"
},
"author": "Ralf Vogler",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"eslint": "^8.50.0"
}
}