Skip to content

Commit

Permalink
Merge pull request #26 from davidchambers/sanctuary-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq authored May 1, 2018
2 parents 195ad85 + e8cf268 commit 6fde57a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,26 @@
"func-call-spacing": ["off"],
"indent": ["off"],
"no-unexpected-multiline": ["off"]
}
},
"overrides": [
{
"files": ["*.md"],
"plugins": ["markdown"],
"env": {"es6": true},
"globals": {
"$": false,
"ConcurrentFutureType": false,
"Future": false,
"FutureType": false,
"def": false,
"env": false
},
"rules": {
"no-extra-semi": ["off"],
"no-redeclare": ["off"],
"no-unused-vars": ["error", {"varsIgnorePattern": "^(Future|def)$"}],
"semi-spacing": ["off"]
}
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"fantasy-land": "^3.2.0",
"fluture": "^8.0.0",
"sanctuary-def": "0.15.0",
"sanctuary-scripts": "^1.2.0",
"sanctuary-scripts": "1.5.x",
"sanctuary-type-classes": "^8.1.1"
}
}

0 comments on commit 6fde57a

Please sign in to comment.