Commit Graph

9 Commits

Author SHA1 Message Date
Christopher Deutsch
9c1dc77ef4 Updated react-autosuggest for version 9.3.X (#20442)
`react-autosuggest` had some breaking changes.

Previously Autosuggest was defined with `any` props which meant no type checking was happening.

New definition enables type checking when using `Autosuggest` component.
```
declare class Autosuggest extends React.Component<Autosuggest.AutosuggestProps> {}
```
2017-10-16 11:36:31 -07:00
Andy
067862cbaf Update CODEOWNERS (#19248) 2017-08-22 12:15:07 -07:00
Andy
aa57351ab3 Fix CODEOWNERS: Remove commas (#19244) 2017-08-22 10:54:01 -07:00
Andy
f08aacc886 Fixes to CODEOWNERS (#19140) 2017-08-18 13:43:39 -07:00
Andy
5002dcc843 Add CODEOWNERS file (#18991) 2017-08-15 13:42:13 -07:00
Andy Hanson
7c947f742c Fix typo in PR template 2017-05-09 12:06:42 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy
5f3ba45136 Use dtslint (#15482) 2017-03-29 13:07:39 -07:00
Andy
34291ba1db Move files to '.github' directory (#15370) 2017-03-24 15:16:37 -07:00