mirror of https://github.com/grafana/grafana
Chore(toolkit): disable react/prop-types for eslint config (#29888)
parent
332f2f1ae8
commit
51e3d65f9f
@ -1,3 +1,6 @@ |
||||
{ |
||||
"extends": ["@grafana/eslint-config"] |
||||
"extends": ["@grafana/eslint-config"], |
||||
"rules": { |
||||
"react/prop-types": "off" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue