Skip to content

Commit

Permalink
fix: remove typo from .eslintrc file created by initialize-project-la…
Browse files Browse the repository at this point in the history
…yout (#658)
  • Loading branch information
jkuester authored Feb 3, 2025
1 parent bcaedc7 commit 1aaad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/initialise-project-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const LAYOUT = {
'.eslintrc': `{
"env": {
"node": true,
"es2022": true,
"es2022": true
},
"parserOptions": {
"ecmaVersion": 2022
Expand Down

0 comments on commit 1aaad4c

Please sign in to comment.