diff --git a/cmd/grafana-app-sdk/templates/frontend-static/.config/.eslintrc b/cmd/grafana-app-sdk/templates/frontend-static/.config/.eslintrc deleted file mode 100644 index 15ae260a..00000000 --- a/cmd/grafana-app-sdk/templates/frontend-static/.config/.eslintrc +++ /dev/null @@ -1,13 +0,0 @@ -/* - * ⚠️⚠️⚠️ THIS FILE WAS SCAFFOLDED BY `@grafana/create-plugin`. DO NOT EDIT THIS FILE DIRECTLY. ⚠️⚠️⚠️ - * - * In order to extend the configuration follow the steps in - * https://grafana.com/developers/plugin-tools/create-a-plugin/extend-a-plugin/extend-configurations#extend-the-eslint-config - */ - { - "extends": ["@grafana/eslint-config"], - "root": true, - "rules": { - "react/prop-types": "off" - } -} diff --git a/cmd/grafana-app-sdk/templates/frontend-static/.config/.prettierrc.js b/cmd/grafana-app-sdk/templates/frontend-static/.config/.prettierrc.js deleted file mode 100644 index 66a76ec5..00000000 --- a/cmd/grafana-app-sdk/templates/frontend-static/.config/.prettierrc.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - * ⚠️⚠️⚠️ THIS FILE WAS SCAFFOLDED BY `@grafana/create-plugin`. DO NOT EDIT THIS FILE DIRECTLY. ⚠️⚠️⚠️ - * - * In order to extend the configuration follow the steps in .config/README.md - */ - -module.exports = { - "endOfLine": "auto", - "printWidth": 120, - "trailingComma": "es5", - "semi": true, - "jsxSingleQuote": false, - "singleQuote": true, - "useTabs": false, - "tabWidth": 2 -}; \ No newline at end of file diff --git a/cmd/grafana-app-sdk/templates/frontend-static/.config/Dockerfile b/cmd/grafana-app-sdk/templates/frontend-static/.config/Dockerfile deleted file mode 100644 index 09838e17..00000000 --- a/cmd/grafana-app-sdk/templates/frontend-static/.config/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -ARG grafana_version=latest@sha256:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21 -ARG grafana_image=grafana-enterprise - -FROM grafana/${grafana_image}:${grafana_version} - -# Make it as simple as possible to access the grafana instance for development purposes -# Do NOT enable these settings in a public facing / production grafana instance -ENV GF_AUTH_ANONYMOUS_ORG_ROLE "Admin" -ENV GF_AUTH_ANONYMOUS_ENABLED "true" -ENV GF_AUTH_BASIC_ENABLED "false" -# Set development mode so plugins can be loaded without the need to sign -ENV GF_DEFAULT_APP_MODE "development" - -# Inject livereload script into grafana index.html -USER root -RUN sed -i 's/<\/body><\/html>/