eslint-config-elmish
v1.0.1
Published
ESLint and Prettier configs designed to encourage elm-like patterns in js and react native environments.
Downloads
7
Maintainers
Readme
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