Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-finn

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-finn

ESLint config for FINN.no

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
79
increased by97.5%
Maintainers
7
Weekly downloads
 
Created
Source

eslint-config-finn Build Status

ESLint config for @Finn-no

How to use it

First, install the npm package:

npm install --save-dev eslint-config-finn

Then add the extends option to your .eslintrc:

{
    "extends": "finn"
}

See rules.md for descriptions and config of the rules.

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

React

If you use React, install eslint-config-finn-react as well.

Publishing

$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish

Keywords

FAQs

Package last updated on 27 Aug 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc