Skip to content

Commit f53c551

Browse files
fix(eslint-config-carbon): move best-practices back to cjs module export (#18377)
Co-authored-by: Taylor Jones <[email protected]>
1 parent f5aeb83 commit f53c551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/eslint-config-carbon/rules/best-practices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
'use strict';
99

10-
export default {
10+
module.exports = {
1111
rules: {
1212
// @see https://eslint.org/docs/rules/curly
1313
curly: 'error',

0 commit comments

Comments
 (0)