Merge pull request #70 from v-briese/patch-2

Resolve Atom freaking out about an invalid ESlint config
pull/74/head
dperolio 3 years ago committed by GitHub
commit 1d967827a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,9 +109,7 @@
"no-useless-return": [ "warn" ],
"no-warning-comments": [ "warn" ],
"no-with": [ "warn" ],
"prefer-promise-reject-errors": [{
"allowEmptyReject": true
}],
"prefer-promise-reject-errors": [ "warn", { "allowEmptyReject": true } ],
"radix": [ "warn", "as-needed" ],
"wrap-iife": [ "warn" ],
"yoda": [ "warn" ],

Loading…
Cancel
Save