Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 5, 2023
1 parent 408174f commit 30da10e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ module.exports = {
},
// demos
{
files: [
'docs/src/pages/**/*{.tsx,.js}',
'docs/data/**/*{.tsx,.js}',
],
files: ['docs/src/pages/**/*{.tsx,.js}', 'docs/data/**/*{.tsx,.js}'],
rules: {
// This most often reports data that is defined after the component definition.
// This is safe to do and helps readability of the demo code since the data is mostly irrelevant.
Expand Down

0 comments on commit 30da10e

Please sign in to comment.