Detalhes do pacote

eslint-config-flickr

flickr72MIT3.0.0

Flickr's cool eslint config

flickr, eslint, eslintconfig

readme (leia-me)

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.

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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)