包详细信息

eslint-config-jam

codejamninja44MIT0.2.20

eslint config based on airbnb with overkill rules disabled

babel, babel7, es6, plugin

自述文件

eslint-config-jam

GitHub stars

eslint config based on airbnb with overkill rules disabled

Please ★ this repo if you found it useful ★ ★ ★

Features

  • react
  • prettier
  • airbnb

Installation

npm install --save-dev eslint-config-jam

Dependencies

Usage

.eslintrc

{
  "extends": ["jam"]
}

Support

Submit an issue

Screenshots

Contribute a screenshot

Contributing

Review the guidelines for contributing

License

MIT License

Jam Risser © 2018

Changelog

Review the changelog

Credits

Support on Liberapay

A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Liberapay receiving Liberapay patrons

更新日志

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.

[0.1.5] - 2018-10-12

Added

  • disable no-boolean-cast

[0.1.4] - 2018-09-27

Removed

  • react and jsx from base

[0.1.3] - 2018-09-06

Added

  • ignore await in loop

[0.1.2] - 2018-09-02

Added

  • loose class properties

[0.1.1] - 2018-09-02

Added

  • support for decorators before export

[0.1.0] - 2018-09-02

Added

  • missing dependency

[0.0.1] - 2018-08-31

Added

  • initial release