We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aeb83 commit f53c551Copy full SHA for f53c551
config/eslint-config-carbon/rules/best-practices.js
@@ -7,7 +7,7 @@
7
8
'use strict';
9
10
-export default {
+module.exports = {
11
rules: {
12
// @see https://eslint.org/docs/rules/curly
13
curly: 'error',
0 commit comments