UNPKG

eslint-config-jam

Version:

eslint config based on airbnb with overkill rules disabled

35 lines (25 loc) 674 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [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