Skip to content

Commit

Permalink
ESLint config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Jan 18, 2025
1 parent cfbaedd commit 41b559f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ export default [
'**/.cache',
'**/.config',
'**/.local',
'src/set-operations-for-spotify',
'src/typewriter-formatting',
'src/cah-maker',
'src/response-display',
'src/password-generator',
'src/recipes',
'src/dvd'
'src/set-operations-for-spotify/',
'src/typewriter-formatting/',
'src/cah-maker/',
'src/response-display/',
'src/password-generator/',
'src/recipes/',
'src/dvd/'
],
},
{
languageOptions: {
ecmaVersion: 6
}
Expand Down

0 comments on commit 41b559f

Please sign in to comment.