Skip to content

Commit

Permalink
Update dev deps (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas authored Nov 6, 2024
1 parent 018783c commit 26adcf9
Show file tree
Hide file tree
Showing 7 changed files with 4,777 additions and 8,115 deletions.
2 changes: 1 addition & 1 deletion benchmark/compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function generateMarkdownTable(mergedData) {
const { baseResult, patchResult, ratio, icon } =
generateComparisonData(results);
rows.push(
`| · ${test} | ${baseResult} | ${patchResult} | ${ratio} | ${icon} |`
`| · ${test} | ${baseResult} | ${patchResult} | ${ratio} | ${icon} |`,
);
});
});
Expand Down
4 changes: 2 additions & 2 deletions benchmark/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ test('merged inline style', () => {
textDecoration: 'none',
whiteSpace: 'pre',
zIndex: '0',
}
},
);
});

Expand Down Expand Up @@ -362,7 +362,7 @@ test('merged inline style (mix disabled)', () => {
textDecoration: 'none',
whiteSpace: 'pre',
zIndex: '0',
}
},
);
});

Expand Down
4 changes: 2 additions & 2 deletions configs/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"sourceType": "module"
},
"extends": [
"plugin:flowtype/recommended",
"plugin:ft-flow/recommended",
"prettier"
],
"plugins": [
"flowtype"
"ft-flow"
],
"env": {
"browser": true,
Expand Down
Loading

0 comments on commit 26adcf9

Please sign in to comment.