From 2c898ab1bc4c6280c880aa4f06363efbbf5bb485 Mon Sep 17 00:00:00 2001 From: Hong Date: Thu, 19 Nov 2020 16:55:52 +0800 Subject: [PATCH] Fix README typo (#29219) What this PR does / why we need it: Fix typo in grafana-toolkit README Which issue(s) this PR fixes: None. Special notes for your reviewer: --- packages/grafana-toolkit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-toolkit/README.md b/packages/grafana-toolkit/README.md index e8854724d9f..d2b85c0f957 100644 --- a/packages/grafana-toolkit/README.md +++ b/packages/grafana-toolkit/README.md @@ -261,7 +261,7 @@ Yes! However, it's important that your `tsconfig.json` file contains the followi ### Can I adjust ESLint configuration to suit my needs? -grafana-toolkit comes with [default config for ESLint](https://github.com/grafana/grafana/blob/master/packages/grafana-toolkit/src/config/eslint.plugin.json). For now, there is now way to customise ESLint config. +grafana-toolkit comes with [default config for ESLint](https://github.com/grafana/grafana/blob/master/packages/grafana-toolkit/src/config/eslint.plugin.json). For now, there is no way to customise ESLint config. ### How is Prettier integrated into grafana-toolkit workflow?