[ignore]
**/node_modules/**
!**/node_modules/@babel/highlight/**
!**/node_modules/hermes-transform/**
!**/node_modules/hermes-estree/**
!**/node_modules/hermes-eslint/**
**/__tests__/fixtures/**

[options]
emoji=true
file_watcher=watchman
lazy_mode=true
module.system=node
munge_underscores=true
casting_syntax=as

[lints]
untyped-type-import=error
unclear-type=error

; ES6 module lints
invalid-import-star-use=error
non-const-var-export=error
this-in-exported-function=error
mixed-import-and-require=error
export-renamed-default=error
default-import-access=error

[strict]
deprecated-type
nonstrict-import
sketchy-null
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
