feat: add sonarqube plugin (#3160)

This commit is contained in:
Dominik Henneke
2020-10-30 09:52:39 +01:00
committed by GitHub
parent c0d5242a0d
commit da0a79c3b8
23 changed files with 1214 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint')],
};