UNPKG

eslint-config-ct

Version:

ESLint config used in Charlie Tango

13 lines (10 loc) 143 B
// @flow type TestObj = { a?: number, b: string, a: number } function add(x: TestObj, y: number) { return x + y } export default add