mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:22:29 +08: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