1.0.1 • Published 6 years ago

eslint-config-elmish v1.0.1

Weekly downloads
7
License
see LICENSE in LI...
Repository
github
Last release
6 years ago

eslint-config-elmish

ESLint and Prettier configs designed to encourage fp patterns in js and react native environments.

Usage

This includes all packages for linting, including ESLint, Prettier, and all necessary plugins.

npm install --save-dev linter-fp-native
yarn add linter-fp-native --dev

Create an .eslintrc file

{
    "extends": "linter-fp-native"
}

Create a prettier.config.js file

/* eslint-disable */
module.exports = require('linter-fp-native').prettier