@gipphe/eslint-config-haskellish
v0.2.0
Published
Haskell-like eslint config, heavily borrowing from sanctuary-style
Readme
@gipphe/eslint-config-haskellish
Haskell-like eslint config.
Relies heavily on sanctuary-style, with some minor tweaks.
Usage
First, install:
npm install --save-dev eslint-config-haskellishor
yarn add --dev eslint-config-haskellishThen, extend:
.eslintrc.js:
module.exports = {
extends: ['haskellish']
};