mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Chore: Migrate yarn from v1 to v2 Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
require('@rushstack/eslint-patch/modern-module-resolution');
|
|
|
|
module.exports = {
|
|
extends: ['@grafana/eslint-config'],
|
|
rules: {
|
|
'react/prop-types': 'off',
|
|
},
|
|
};
|