Skip to content

Commit

Permalink
Merge pull request #325 from sanctuary-js/davidchambers/esm
Browse files Browse the repository at this point in the history
use ES modules
  • Loading branch information
davidchambers authored Dec 30, 2023
2 parents 4612279 + a525eca commit 98ffbc4
Show file tree
Hide file tree
Showing 11 changed files with 2,530 additions and 2,697 deletions.
1 change: 0 additions & 1 deletion .config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
repo-owner = sanctuary-js
repo-name = sanctuary-def
contributing-file = .github/CONTRIBUTING.md
module-type = commonjs
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": true,
"extends": ["./node_modules/sanctuary-style/eslint.json"],
"parserOptions": {"ecmaVersion": 2020},
"parserOptions": {"ecmaVersion": 2020, "sourceType": "module"},
"overrides": [
{
"files": ["*.md"],
Expand All @@ -15,6 +15,7 @@
"files": ["index.js"],
"globals": {"globalThis": "readonly"},
"rules": {
"comma-dangle": ["off"],
"multiline-comment-style": ["off"]
}
}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/.nyc_output/
/coverage/
/node_modules/
Loading

0 comments on commit 98ffbc4

Please sign in to comment.