Socket
Socket
Sign inDemoInstall

eslint-config-flickr

Package Overview
Dependencies
0
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-flickr

Flickr's cool eslint config


Version published
Weekly downloads
85
decreased by-7.61%
Maintainers
4
Install size
7.05 kB
Created
Weekly downloads
 

Changelog

Source

[v3.0.0] - 2021-03-15

Added

  • [#7] New rules to support migration to ESLint 7 ([@njgrove])

Changed

  • [#7] Changed project linting rules to support consistency ([@njgrove])
  • [#7] Removed deprecated assert.equal() method in favor of assert.strictEqual() ([@njgrove])
  • [#7] Updated copyright ([@njgrove])
<!-- contributors --> <!-- releases --> <!-- pull requests -->

Readme

Source

eslint-config-flickr

Flickr's cool eslint config.

Build Status

install

$ npm install eslint-config-flickr --save-dev

usage

We use a superset of eslint:recommended. In your .eslintrc.js (or whatever):

module.exports = {

  extends: 'flickr'

};

More info here.

license

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

Keywords

FAQs

Last updated on 15 Mar 2021

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