Fix macos ghcup and cabal flags (#4)

* fix short-circuit logic for ghcup based installs of ghc

* fix unrecognized user-config option for cabal v2.0

* update dependencies
This commit is contained in:
Jared Weakly
2020-06-09 09:58:15 -07:00
committed by GitHub
parent c1b48c3995
commit cfefe70615
7 changed files with 6821 additions and 6158 deletions

View File

@@ -1,7 +1,7 @@
{
"root": true,
"plugins": ["jest", "@typescript-eslint"],
"extends": ["plugin:github/es6"],
"extends": ["plugin:github/typescript"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2019,
@@ -20,7 +20,6 @@
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/array-type": "warn",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-ignore": "error",
"camelcase": "off",
"@typescript-eslint/explicit-function-return-type": [
"warn",