24 lines
399 B
Plaintext
24 lines
399 B
Plaintext
[ignore]
|
|
.*/node_modules/findup/*
|
|
.*/flow-typed/**
|
|
|
|
[include]
|
|
<PROJECT_ROOT>/src/**
|
|
|
|
[libs]
|
|
|
|
[lints]
|
|
|
|
[options]
|
|
module.file_ext=.js
|
|
module.file_ext=.json
|
|
module.file_ext=.jsx
|
|
module.file_ext=.css
|
|
module.file_ext=.scss
|
|
|
|
module.name_mapper='^~' ->'<PROJECT_ROOT>/src'
|
|
module.name_mapper='^#' ->'<PROJECT_ROOT>/gnosis-safe-contracts/build/contracts'
|
|
module.name_mapper='.*\(.s?css\)' -> '{}'
|
|
|
|
[strict]
|