Skip to content

Commit

Permalink
Update eslint.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthausleben committed Aug 7, 2024
1 parent bc31535 commit ac8e854
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const compat = new FlatCompat({
});

module.exports = [
{
ignores: [".dev-server/**", "**/admin/words.js"],
},
{ ignores: [".dev-server/**", "**/admin/words.js"] },
...compat.extends("eslint:recommended", "plugin:prettier/recommended"),
{
languageOptions: {
Expand Down

0 comments on commit ac8e854

Please sign in to comment.