Skip to content

Commit

Permalink
chore!: use pure ES modules (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 9, 2021
1 parent aa88e93 commit 2ead9e6
Show file tree
Hide file tree
Showing 14 changed files with 2,545 additions and 5,809 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ const { overrides } = require('@netlify/eslint-config-node')

module.exports = {
extends: '@netlify/eslint-config-node',
rules: {},
parserOptions: {
sourceType: 'module',
},
rules: {
'import/extensions': [2, 'ignorePackages'],
},
overrides: [...overrides],
}
File renamed without changes.
1,165 changes: 588 additions & 577 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2ead9e6

Please sign in to comment.