File size: 242 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[ignore]
.*/node_modules/findup/.*
.*/example/node_modules/findup/.*
.*/node_modules/eslint-plugin-jsx-a11y/.*
[include]
[libs]
./flow-typed
./dist/index.js.flow
[lints]
[options]
module.name_mapper='.*\(.css\)' -> 'empty/object'
[strict]
|