UNPKG

eslint-config-zillow-typescript

Version:

Zillow's ESLint config for TypeScript, following our code conventions

67 lines (27 loc) 2.95 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [1.0.0](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@1.0.0-alpha.3...eslint-config-zillow-typescript@1.0.0) (2020-09-30) **Note:** Version bump only for package eslint-config-zillow-typescript # [1.0.0-alpha.3](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@1.0.0-alpha.2...eslint-config-zillow-typescript@1.0.0-alpha.3) (2020-09-29) ### Bug Fixes * **typescript:** Restore no-shadow builtinGlobals default ([06d4337](https://github.com/zillow/javascript/commit/06d4337227a754dc636a6b38100b9691c89c5848)) * **typescript:** Turn off prefer-readonly-parameter-types, too many bugs for too little benefit ([da2306e](https://github.com/zillow/javascript/commit/da2306e9f25bd00c4326d562f7a866264be8f514)) # [1.0.0-alpha.2](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@1.0.0-alpha.1...eslint-config-zillow-typescript@1.0.0-alpha.2) (2020-09-29) ### Bug Fixes * **rules:** Turn off default-param-last until it is configurable ([c05d872](https://github.com/zillow/javascript/commit/c05d872f553c368b571f9babd82764a21189019a)) * **typescript:** Enable auto-fix for ban-types 'object' case ([bb70eb9](https://github.com/zillow/javascript/commit/bb70eb9d014a6c276e0446f6b09055023dc065e3)) * **typescript:** Extend no-shadow allow list to accommodate common patterns ([5e4013e](https://github.com/zillow/javascript/commit/5e4013e9697f2d28229bf964894941903f003d28)) * **typescript:** Flesh out no-empty-function allow list ([1d9438a](https://github.com/zillow/javascript/commit/1d9438acdef5e61dee9c78c16a7690654ab8668a)) * **typescript:** Turn off explicit-module-boundary-types, too much noise ([25ac226](https://github.com/zillow/javascript/commit/25ac226ffc2af781089f78f12fabb47255b0f308)) * **typescript:** Turn off no-implicit-any-catch, too much noise ([4e1ac62](https://github.com/zillow/javascript/commit/4e1ac62d1219b7380f984d429385e5e6134996b8)) * **typescript:** Turn off react/prop-types in TSX files ([6249318](https://github.com/zillow/javascript/commit/6249318bdc5b0250161d7a34070b4a104b7657c5)) ### Features * **peer:** eslint >= 7.4.0 ([828ce5a](https://github.com/zillow/javascript/commit/828ce5a7fa03d72e84976f679d8c582a77a4b987)) ### BREAKING CHANGES * **peer:** The minimum peer version of eslint is now 7.4.0. # [1.0.0-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@1.0.0-alpha.0...eslint-config-zillow-typescript@1.0.0-alpha.1) (2020-09-28) **Note:** Version bump only for package eslint-config-zillow-typescript # 1.0.0-alpha.0 (2020-09-25) ### Features * Add module eslint-config-zillow-typescript ([cfff176](https://github.com/zillow/javascript/commit/cfff1766796a08d68f4c676f26c603fa55145662))