diff --git a/.eslintrc.json b/.eslintrc.json index c83842a..769eb96 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,7 @@ "rules": { "no-param-reassign": 0, "no-shadow": "off", - "no-new": "off" + "no-new": "off", + "import/extensions": ["error", "always"] } } diff --git a/src/js/scripts.js b/src/js/scripts.js index c948758..33c75ae 100644 --- a/src/js/scripts.js +++ b/src/js/scripts.js @@ -1,6 +1,6 @@ import { getCookie, -} from './cookie.js'; // eslint-disable-line +} from './cookie.js'; if (getCookie('spruce-cookie-law-analytics') === 'accepted') { function gtag() { // eslint-disable-line