Skip to content

Commit

Permalink
chore(deps): update dependency @adobe/eslint-config-helix to v2 (#2123)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @adobe/eslint-config-helix to v2

* chore: cleanup

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tobias Bocanegra <[email protected]>
  • Loading branch information
renovate[bot] and tripodsan authored Jan 24, 2023
1 parent b8a3230 commit ef805bf
Show file tree
Hide file tree
Showing 3 changed files with 1,052 additions and 988 deletions.
20 changes: 0 additions & 20 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,4 @@
module.exports = {
root: true,
extends: '@adobe/helix',
env: {
node: true,
es6: true,
},
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
},
rules: {
'import/extensions': 0,
'import/prefer-default-export': 0,
},
globals: {
"__rootdir": true,
},
settings: {
'import/resolver': {
exports: {},
},
},
};
Loading

0 comments on commit ef805bf

Please sign in to comment.