grafana/packages/grafana-toolkit/src/config/eslint.plugin.js
kay delaney b2e94d0733
Chore: Migrate yarn from v1 to v2 (#39082)
* Chore: Migrate yarn from v1 to v2

Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-10-08 15:19:10 +01:00

9 lines
170 B
JavaScript

require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
extends: ['@grafana/eslint-config'],
rules: {
'react/prop-types': 'off',
},
};