Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
For renaming of the license-header file
  • Loading branch information
KyraAssaad authored Oct 11, 2024
1 parent 68f543f commit dbfca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ module.exports = {
"no-console": "off",

// Ensure all code has a license header:
"header/header": ["warn", require.resolve("./license-header.js")],
"header/header": ["warn", require.resolve("./header-license.js")],
},
};

0 comments on commit dbfca13

Please sign in to comment.