Flow types update.
[e-mobility-charging-stations-simulator.git] / flow-typed / npm / eslint-config-google_vx.x.x.js
CommitLineData
fa098a85
JB
1// flow-typed signature: 99b3755d37f7a007f8f19c6d019e4d31
2// flow-typed version: <<STUB>>/eslint-config-google_v^0.14.0/flow_v0.123.0
7dde0b73
JB
3
4/**
5 * This is an autogenerated libdef stub for:
6 *
7 * 'eslint-config-google'
8 *
9 * Fill this stub out by replacing all the `any` types.
10 *
11 * Once filled out, we encourage you to share your work with the
12 * community by sending a pull request to:
13 * https://github.com/flowtype/flow-typed
14 */
15
16declare module 'eslint-config-google' {
17 declare module.exports: any;
18}
19
20/**
21 * We include stubs for each file inside this npm package in case you need to
22 * require those files directly. Feel free to delete any files that aren't
23 * needed.
24 */
25
26
27// Filename aliases
28declare module 'eslint-config-google/index' {
29 declare module.exports: $Exports<'eslint-config-google'>;
30}
31declare module 'eslint-config-google/index.js' {
32 declare module.exports: $Exports<'eslint-config-google'>;
33}