Skip to content

Commit

Permalink
Fixes lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Nov 6, 2022
1 parent 6e256f9 commit 7330850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unicorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const config = {
'unicorn/template-indent': [
'error',
{
indent: eslint.rules['indent'][1],
indent: eslint.rules.indent[1],
},
],
'unicorn/throw-new-error': 'error',
Expand Down

0 comments on commit 7330850

Please sign in to comment.