forked from cruise-automation/webviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheslint-config-problems_vx.x.x.js
45 lines (40 loc) · 1.34 KB
/
eslint-config-problems_vx.x.x.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// flow-typed signature: 0b365e36363c028fa1b35dbea6fc4c6b
// flow-typed version: <<STUB>>/eslint-config-problems_v1.1.0/flow_v0.80.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-config-problems'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'eslint-config-problems' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-config-problems/internal-eslintrc' {
declare module.exports: any;
}
declare module 'eslint-config-problems/node8' {
declare module.exports: any;
}
// Filename aliases
declare module 'eslint-config-problems/index' {
declare module.exports: $Exports<'eslint-config-problems'>;
}
declare module 'eslint-config-problems/index.js' {
declare module.exports: $Exports<'eslint-config-problems'>;
}
declare module 'eslint-config-problems/internal-eslintrc.js' {
declare module.exports: $Exports<'eslint-config-problems/internal-eslintrc'>;
}
declare module 'eslint-config-problems/node8.js' {
declare module.exports: $Exports<'eslint-config-problems/node8'>;
}