1 | [libs]
|
2 |
|
3 | [ignore]
|
4 | .*/node_modules/json5/.*
|
5 | .*/node_modules/y18n/test/locales/bad-locale\.json
|
6 | .*/node_modules/resolve/test/.*
|
7 | <PROJECT_ROOT>/.test-dir/.*
|
8 | <PROJECT_ROOT>/.flow-bins-cache/.*
|
9 | <PROJECT_ROOT>/node_modules/.*config-chain/test/broken.json
|
10 | .*/__.*-fixtures__/.*
|
11 |
|
12 | [lints]
|
13 | deprecated-type=error
|
14 | unnecessary-optional-chain=error
|
15 |
|
16 | [options]
|
17 | exact_by_default=true
|
18 | format.bracket_spacing=false
|
19 | format.single_quotes=true
|
20 | include_warnings=true
|