UNPKG

eslint-plugin-lob

Version:

Custom ESLint rules for Lob repositories

50 lines (29 loc) 2.07 kB
### 1.2.0 (2017-08-29) ##### Refactors * **node:** support node < v4 (#10) ([0d7d979d](https://github.com/lob/eslint-plugin-lob/commit/0d7d979d13be6750bd536c714c632307f70f8115)) ### 1.1.0 (2017-5-29) ##### New Features * **eslint:** loosen eslint peer dependency ([e9efa55a](https://github.com/lob/eslint-plugin-lob/commit/e9efa55a378f1c25655c962ae0d7cfbb7b440e20)) #### 1.0.1 (2016-8-30) ##### Chores * **deps:** make eslint v1.x a peer dep ([7c8927e7](https://github.com/lob/eslint-plugin-lob/commit/7c8927e7)) * **npm:** ignore the coverage directory ([b444ab55](https://github.com/lob/eslint-plugin-lob/commit/b444ab55)) ##### Bug Fixes * **align-equals:** * align named factories as well ([44228d11](https://github.com/lob/eslint-plugin-lob/commit/44228d11)) * account for promisification when aligning ([256dadc8](https://github.com/lob/eslint-plugin-lob/commit/256dadc8)) ## 1.0.0 (2016-2-15) ##### Chores * **init:** initial commit ([f516477f](https://github.com/lob/eslint-plugin-lob/commit/f516477f)) ##### New Features * **align-requires:** add align-requires rule ([d92c356e](https://github.com/lob/eslint-plugin-lob/commit/d92c356e)) * **newline-after-mocha:** add the newline-after-mocha rule ([245ea880](https://github.com/lob/eslint-plugin-lob/commit/245ea880)) * **padded-describes:** add the padded-describes rule ([0a14a3a9](https://github.com/lob/eslint-plugin-lob/commit/0a14a3a9)) ##### Bug Fixes * **align-equals:** * consider CallExpressions as well ([fb61409d](https://github.com/lob/eslint-plugin-lob/commit/fb61409d)) * consider MemberExpressions as well ([8b66539c](https://github.com/lob/eslint-plugin-lob/commit/8b66539c)) * avoid possible syntax error ([e33c0d5d](https://github.com/lob/eslint-plugin-lob/commit/e33c0d5d)) * **padded-describes:** make the error message more specific ([0faed142](https://github.com/lob/eslint-plugin-lob/commit/0faed142)) ##### Code Style Changes * **padded-describes:** remove JSDoc to stay consistent ([83e42f31](https://github.com/lob/eslint-plugin-lob/commit/83e42f31))