forked from mapbox/mapbox-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
43 lines (40 loc) · 987 Bytes
/
.flowconfig
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
[ignore]
.*\.svg
.*\.png
.*/\.nyc_output/.*
.*/node_modules/.cache/.*
.*/node_modules/.*/tests?/.*
.*/node_modules/@mapbox/jsonlint-lines-primitives/.*
.*/node_modules/@mapbox/mvt-fixtures/.*
.*/node_modules/@mapbox/geojson-types/fixtures/.*
.*/node_modules/browserify/.*
.*/node_modules/nyc/.*
.*/node_modules/jsdom/.*
.*/node_modules/eslint.*/.*
.*/node_modules/highlight.*/.*
.*/node_modules/@?babel.*/.*
.*/node_modules/svgo/.*
.*/node_modules/remark.*/.*
.*/node_modules/caniuse-lite/.*
.*/node_modules/d3.*/.*
.*/node_modules/css-tree/.*
.*/node_modules/lodash/.*
.*/node_modules/fsevents/.*
.*/node_modules/stylelint/.*
.*/node_modules/postcss.*/.*
.*/node_modules/module-deps/.*
.*/test/unit/style-spec/fixture/invalidjson.input.json
.*/render-tests/.*
.*/query-tests/.*
.*/expression-tests/.*
.*/test/build/downstream-flow-fixture/.*
[version]
0.191.0
[options]
exact_empty_objects=false
[strict]
nonstrict-import
unclear-type
untyped-import
untyped-type-import
sketchy-null