1.0.1 • Published 8 years ago
eslint-config-elmish v1.0.1
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-nativeyarn add linter-fp-native --devCreate an .eslintrc file
{
"extends": "linter-fp-native"
}Create a prettier.config.js file
/* eslint-disable */
module.exports = require('linter-fp-native').prettier