@gipphe/eslint-config-haskellish
v0.2.0
Published
Haskell-like eslint config, heavily borrowing from sanctuary-style
Downloads
4
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-haskellish
or
yarn add --dev eslint-config-haskellish
Then, extend:
.eslintrc.js
:
module.exports = {
extends: ['haskellish']
};