Chore: Dependency clean up
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* ⚠️⚠️⚠️ 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
|
||||
* 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,
|
||||
"ignorePatterns": ["**/*.js", "./src/test-setup/**/*.*"],
|
||||
"rules": {
|
||||
"react/prop-types": "off"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user