Package detail

eslint-config-medikoo-es5

medikoo690ISC2.0.0

ESLint config for medikoo's ES5 projects

eslint-config, eslint

readme

eslint-config-medikoo-es5

ESLint shareable config used in my ES5 sprojects

At current stage it experimentally derives from eslint:all.

It's dedicated for ES5 projects, for ES2015+ configuration see eslint-config-medikoo

Installation

$ npm install eslint-config-medikoo-es5 --save-dev

Add "extends": "medikoo-es5" to ESlint package configuration.

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-01-11)

Features

  • rely on eslint-config-medikoo v2 (c883810)

BREAKING CHANGES

  • eslint-config-medikoo forces new file organization rules

1.7.3 (2018-11-06)

1.7.2 (2018-10-03)

1.7.1 (2018-09-14)

1.7.0 (2018-09-13)

Features

  • allow arg comments that start with "[," (b8a894c)

1.6.1 (2018-08-06)

1.6.0 (2018-08-04)

Features

  • turn off require-unicode-regexp rule (dca3a2d)

1.5.1 (2018-08-04)

Bug Fixes

  • allow to override ES6 globals (628463c)

1.5.0 (2018-08-03)

Features

  • improve extended configuration (6aa1382)

1.4.11 (2018-05-29)

1.4.10 (2018-05-11)

1.4.9 (2018-03-29)

1.4.8 (2018-03-19)

1.4.7 (2017-12-13)

1.4.6 (2017-11-02)

1.4.5 (2017-10-25)

1.4.4 (2017-10-17)

1.4.3 (2017-09-06)

1.4.2 (2017-09-04)

1.4.1 (2017-06-20)

Bug Fixes

  • turn off prefer-spread rule (fef60e9)

1.4.0 (2017-06-01)

Features

  • tune spaced-comment rule to allow leading comma (9277757)

1.3.1 (2017-05-10)

Bug Fixes

  • disable "no-var" after it was enabled below (a712d2f)

1.3.0 (2017-04-14)

Features

  • turn off object-shorthand rule (6b200e0)

1.2.0 (2017-04-13)

Features

  • Turn off prefer-rest-params rule (5143a7f)

1.1.0 (2017-04-13)

Features

  • turn off no-template-curly-in-string ES6 only rule (76629dc)

1.0.0 (2017-04-12)

Initial version