Spaces:
Sleeping
Sleeping
File size: 1,493 Bytes
fcf3b03 | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | [ignore]
.*\.svg
.*\.png
.*/\.nyc_output/.*
.*/docs/.*
.*/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/@mapbox/mr-ui/.*
.*/node_modules/@mapbox/dr-ui/.*
.*/node_modules/@mapbox/batfish/.*
.*/node_modules/browserify/.*
.*/node_modules/browser-sync.*/.*
.*/node_modules/nyc/.*
.*/node_modules/fbjs/.*
.*/node_modules/es5-ext/.*
.*/node_modules/jsdom/.*
.*/node_modules/eslint.*/.*
.*/node_modules/highlight.*/.*
.*/node_modules/rxjs/.*
.*/node_modules/@?babel.*/.*
.*/node_modules/react.*/.*
.*/node_modules/svgo/.*
.*/node_modules/moment/.*
.*/node_modules/regenerate-unicode-properties/.*
.*/node_modules/remark.*/.*
.*/node_modules/webpack/.*
.*/node_modules/caniuse-lite/.*
.*/node_modules/d3.*/.*
.*/node_modules/css-tree/.*
.*/node_modules/lodash/.*
.*/node_modules/fsevents/.*
.*/node_modules/browser-sync-client/.*
.*/node_modules/core-js.*/.*
.*/node_modules/stylelint/.*
.*/node_modules/postcss.*/.*
.*/node_modules/prismjs.*/.*
.*/node_modules/documentation/.*
.*/node_modules/module-deps/.*
.*/test/unit/style-spec/fixture/invalidjson.input.json
.*/render-tests/.*
.*/query-tests/.*
.*/expression-tests/.*
.*/test/build/downstream-flow-fixture/.*
.*/_batfish_tmp/.*
.*/_site/.*
[version]
0.100.0
[options]
server.max_workers=4
[strict]
nonstrict-import
unclear-type
untyped-import
untyped-type-import
sketchy-null
|