Socket
Socket
Sign inDemoInstall

eslint-config-standard-pure-fp

Package Overview
Dependencies
223
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-standard-pure-fp

ESLint rules for JS Standard Style + strict, pure functional programming in JS


Version published
Weekly downloads
7
decreased by-66.67%
Maintainers
1
Install size
26.3 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-standard-pure-fp

An ESLint configuration which builds on JS Standard Style with additional rules that restrict JS to a pure, functional programming language. A more rigid version of eslint-config-standard-fp. Based on eslint-config-standard + eslint-config-cleanjs

Instructions

First, install the eslint config & required plugins.

yarn install --dev eslint-config-standard-pure-fp
yarn install --dev eslint-plugin-better
yarn install --dev eslint-plugin-fp
yarn install --dev eslint-plugin-import
yarn install --dev eslint-plugin-promise
yarn install --dev eslint-plugin-standard

Then, add this to your .eslintrc.json file:

{
  "extends": "standard-pure-fp"
}

Keywords

FAQs

Last updated on 08 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc