-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update auto-merged devDependencies (#1388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
- Loading branch information
1 parent
8b11955
commit 9c58c18
Showing
10 changed files
with
967 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// @ts-check | ||
const grafanaConfig = require('@grafana/eslint-config/flat'); | ||
|
||
/** | ||
* @type {Array<import('eslint').Linter.Config>} | ||
*/ | ||
module.exports = [ | ||
{ | ||
files: ['**/*.{ts,tsx,js}'], | ||
ignores: [ | ||
'.github', | ||
'.yarn', | ||
'**/.*', // dotfiles aren't ignored by default in FlatConfig, | ||
], | ||
}, | ||
grafanaConfig, | ||
{ | ||
rules: { | ||
'react/prop-types': 'off', | ||
'react-hooks/rules-of-hooks': 'off', | ||
}, | ||
}, | ||
]; |
Oops, something went wrong.