diff options
Diffstat (limited to 'web/source/.eslintrc.js')
-rw-r--r-- | web/source/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/.eslintrc.js b/web/source/.eslintrc.js index 09160993f..81a2c39f9 100644 --- a/web/source/.eslintrc.js +++ b/web/source/.eslintrc.js @@ -22,6 +22,6 @@ module.exports = { "extends": ["@joepie91/eslint-config/react"], "plugins": ["license-header"], "rules": { - "license-header/header": ["error", ".license-header.js"] + "license-header/header": ["error", __dirname + "/.license-header.js"] } };
\ No newline at end of file |