diff --git a/.eslintrc.js b/.eslintrc.js index 76f220d..34c6b71 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,11 +11,8 @@ module.exports = { requireConfigFile: false, }, rules: { - // allow reassigning param - 'no-param-reassign': [2, { props: false }], - 'linebreak-style': ['error', 'unix'], - 'import/extensions': ['error', { - js: 'always', - }], + 'import/extensions': ['error', { js: 'always' }], // require js file extensions in imports + 'linebreak-style': ['error', 'unix'], // enforce unix linebreaks + 'no-param-reassign': [2, { props: false }], // allow modifying properties of param }, }; diff --git a/.renovaterc.json b/.renovaterc.json index a2852b4..231dbf8 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,3 +1,3 @@ { - "extends": ["github>adobe/helix-shared"] + "extends": ["config:recommended"] } diff --git a/404.html b/404.html index 1f862f9..f9a0235 100644 --- a/404.html +++ b/404.html @@ -11,8 +11,6 @@ +