Skip to content

Commit 50fb149

Browse files
academojackw
andauthoredApr 28, 2023
Toolkit: Remove deprecated plugin:build (grafana#67485)
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
1 parent ea7e5e2 commit 50fb149

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+111
-4682
lines changed
 

‎.betterer.results

-19
Original file line numberDiff line numberDiff line change
@@ -876,25 +876,6 @@ exports[`better eslint`] = {
876876
[0, 0, 0, "Do not use any type assertions.", "1"],
877877
[0, 0, 0, "Unexpected any. Specify a different type.", "2"]
878878
],
879-
"packages/grafana-toolkit/src/cli/utils/useSpinner.ts:5381": [
880-
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
881-
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]
882-
],
883-
"packages/grafana-toolkit/src/config/jest.plugin.config.ts:5381": [
884-
[0, 0, 0, "Do not use any type assertions.", "0"]
885-
],
886-
"packages/grafana-toolkit/src/config/react-inlinesvg.tsx:5381": [
887-
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
888-
],
889-
"packages/grafana-toolkit/src/config/utils/pluginValidation.ts:5381": [
890-
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
891-
[0, 0, 0, "Do not use any type assertions.", "1"]
892-
],
893-
"packages/grafana-toolkit/src/config/webpack.plugin.config.ts:5381": [
894-
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
895-
[0, 0, 0, "Do not use any type assertions.", "1"],
896-
[0, 0, 0, "Unexpected any. Specify a different type.", "2"]
897-
],
898879
"packages/grafana-ui/src/components/Card/Card.tsx:5381": [
899880
[0, 0, 0, "Do not use any type assertions.", "0"],
900881
[0, 0, 0, "Unexpected any. Specify a different type.", "1"]

‎.prettierrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module.exports = {
2-
...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
2+
trailingComma: 'es5',
3+
singleQuote: true,
4+
printWidth: 120,
35
};

0 commit comments

Comments
 (0)
Please sign in to comment.