Skip to content

Commit

Permalink
Merge pull request #45 from sanctuary-js/davidchambers/scripts
Browse files Browse the repository at this point in the history
sanctuary-scripts@6.0.x
  • Loading branch information
davidchambers committed Dec 11, 2023
2 parents 06c5376 + 91345dd commit 0d4281e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo-owner = sanctuary-js
repo-name = sanctuary-descending
default-branch = main
contributing-file = .github/CONTRIBUTING.md
module-type = commonjs
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"root": true,
"extends": ["./node_modules/sanctuary-style/eslint-es6.json"],
"extends": ["./node_modules/sanctuary-style/eslint.json"],
"rules": {
"comma-dangle": ["off"]
},
"overrides": [
{
"files": ["*.md"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jsverify": "0.8.x",
"sanctuary": "3.1.0",
"sanctuary-def": "0.22.0",
"sanctuary-scripts": "5.0.x",
"sanctuary-scripts": "6.0.x",
"sanctuary-type-identifiers": "4.0.0",
"sanctuary-useless": "2.0.x"
},
Expand Down

0 comments on commit 0d4281e

Please sign in to comment.