Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Apr 26, 2024
1 parent 76f7c8f commit 07d8615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const rules = {
};

module.exports = {
rules: importModules(path.resolve(__dirname, 'rules'), { camelize: false }),
rules: importModules(path.resolve(__dirname, 'rules'), {camelize: false}),
configs: {
recommended: {
env: {
Expand Down

0 comments on commit 07d8615

Please sign in to comment.