Chore(toolkit): disable react/prop-types for eslint config (#29888)

pull/29898/head
Jack Westbrook 5 years ago committed by GitHub
parent 332f2f1ae8
commit 51e3d65f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      packages/grafana-toolkit/src/config/eslint.plugin.json

@ -1,3 +1,6 @@
{
"extends": ["@grafana/eslint-config"]
"extends": ["@grafana/eslint-config"],
"rules": {
"react/prop-types": "off"
}
}

Loading…
Cancel
Save