mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore(toolkit): disable react/prop-types for eslint config (#29888)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": ["@grafana/eslint-config"]
|
||||
"extends": ["@grafana/eslint-config"],
|
||||
"rules": {
|
||||
"react/prop-types": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user