Skip to content

Commit

Permalink
Use correct extension for Prettier config file in ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Sep 14, 2023
1 parent f07c92c commit ca07096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/__addonLocation__/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
{
files: [
'./.eslintrc.cjs',
'./.prettierrc.js',
'./.prettierrc.cjs',
'./.template-lintrc.cjs',
'./addon-main.cjs',
],
Expand Down

0 comments on commit ca07096

Please sign in to comment.