mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-18 15:28:40 +08:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
module.exports = {
|
|
'**/*.js': ['eslint'],
|
|
'**/*.{ts,tsx}': [() => 'tsc --skipLibCheck --noEmit', 'eslint'],
|
|
};
|