mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05: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