UNPKG

eslint-config-buildo

Version:

buildo's ESLint config, following our styleguide

78 lines (58 loc) 4.6 kB
# Change Log ## [v0.2.2](https://github.com/buildo/eslint-config/tree/v0.2.2) (2017-07-24) [Full Changelog](https://github.com/buildo/eslint-config/compare/v0.3.0...v0.2.2) ## [v0.3.0](https://github.com/buildo/eslint-config/tree/v0.3.0) (2017-01-16) [Full Changelog](https://github.com/buildo/eslint-config/compare/v0.2.1...v0.3.0) #### New features: - Create test project to test our rules against [#92](https://github.com/buildo/eslint-config/issues/92) - upgrade eslint-plugin-no-loops [#85](https://github.com/buildo/eslint-config/issues/85) - curly [#72](https://github.com/buildo/eslint-config/issues/72) - comma dangle [#69](https://github.com/buildo/eslint-config/issues/69) - consider more plugins to include [#6](https://github.com/buildo/eslint-config/issues/6) #### Breaking: - upgrade eslint-plugin-react [#82](https://github.com/buildo/eslint-config/issues/82) ## [v0.2.1](https://github.com/buildo/eslint-config/tree/v0.2.1) (2017-06-09) [Full Changelog](https://github.com/buildo/eslint-config/compare/v0.2.0...v0.2.1) #### New features: - Enfore space before '/>' in self-closing tags [#113](https://github.com/buildo/eslint-config/issues/113) - Disallow Use of `undefined` Variable (no-undefined) [#111](https://github.com/buildo/eslint-config/issues/111) - pin eslint-plugin-react to <6.10.1 [#108](https://github.com/buildo/eslint-config/issues/108) - Add gdsm to linto config [#102](https://github.com/buildo/eslint-config/issues/102) - Add spaced-comment and no-multi-spaces [#101](https://github.com/buildo/eslint-config/issues/101) - Add array-bracket-spacing [#98](https://github.com/buildo/eslint-config/issues/98) ## [v0.2.0](https://github.com/buildo/eslint-config/tree/v0.2.0) (2016-11-10) [Full Changelog](https://github.com/buildo/eslint-config/compare/v0.1.0...v0.2.0) #### New features: - update eslint peer dep [#76](https://github.com/buildo/eslint-config/issues/76) - max-len should ignore URLs, strings and imports [#74](https://github.com/buildo/eslint-config/issues/74) - List npm modules [#70](https://github.com/buildo/eslint-config/issues/70) - dot-notation [#66](https://github.com/buildo/eslint-config/issues/66) - want: dot-location [#65](https://github.com/buildo/eslint-config/issues/65) - want: no-magic-numbers [#64](https://github.com/buildo/eslint-config/issues/64) - new rules proposal [#63](https://github.com/buildo/eslint-config/issues/63) - plugin idea: eslint-plugin-tcomb [#62](https://github.com/buildo/eslint-config/issues/62) - [Rules] Add max-len rule [#60](https://github.com/buildo/eslint-config/issues/60) - remove no-extra-parens (revert #53) [#58](https://github.com/buildo/eslint-config/issues/58) - Disable global find [#56](https://github.com/buildo/eslint-config/issues/56) - re-enable no-use-before-define [#51](https://github.com/buildo/eslint-config/issues/51) - consider adding no-extra-parens [#39](https://github.com/buildo/eslint-config/issues/39) - why are we repeating some rules from eslint:recommended? [#19](https://github.com/buildo/eslint-config/issues/19) #### Fixes (bugs & defects): - default rule config is not supported anymore by eslint 2.0 [#52](https://github.com/buildo/eslint-config/issues/52) - react/jsx-equals-spacing doesn't work [#47](https://github.com/buildo/eslint-config/issues/47) ## [v0.1.0](https://github.com/buildo/eslint-config/tree/v0.1.0) (2016-03-09) #### New features: - Update eslint to v2 [#49](https://github.com/buildo/eslint-config/issues/49) - Dependency on eslint? [#41](https://github.com/buildo/eslint-config/issues/41) - add wrap-iife: [2, "inside"] [#34](https://github.com/buildo/eslint-config/issues/34) - require space after keywords [#31](https://github.com/buildo/eslint-config/issues/31) - kill the comments [#27](https://github.com/buildo/eslint-config/issues/27) - add object-shorthand [#21](https://github.com/buildo/eslint-config/issues/21) - Implicit return and arrow functions [#18](https://github.com/buildo/eslint-config/issues/18) - some established rules have disappeared! [#15](https://github.com/buildo/eslint-config/issues/15) - Add `eqeqeq` [#12](https://github.com/buildo/eslint-config/issues/12) - add more rules to default config [#7](https://github.com/buildo/eslint-config/issues/7) - fix dependencies [#4](https://github.com/buildo/eslint-config/issues/4) - remove `production` rules [#3](https://github.com/buildo/eslint-config/issues/3) - jsx-quotes: 'prefer-single' [#2](https://github.com/buildo/eslint-config/issues/2) - let's define our base sets of eslint rules! [#1](https://github.com/buildo/eslint-config/issues/1)