0.2.0 • Published 4 years ago
@gipphe/eslint-config-haskellish v0.2.0
@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']
};