Skip to content

Commit

Permalink
fix(eslint-config-carbon): move best-practices back to cjs module exp…
Browse files Browse the repository at this point in the history
…ort (#18377)

Co-authored-by: Taylor Jones <[email protected]>
  • Loading branch information
matthewgallo and tay1orjones authored Jan 20, 2025
1 parent f5aeb83 commit f53c551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/rules/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

'use strict';

export default {
module.exports = {
rules: {
// @see https://eslint.org/docs/rules/curly
curly: 'error',
Expand Down

0 comments on commit f53c551

Please sign in to comment.