Files
react-native-bottom-sheet/lint-staged.config.js
2020-11-22 14:13:09 +01:00

5 lines
115 B
JavaScript

module.exports = {
'**/*.js': ['eslint'],
'**/*.{ts,tsx}': [() => 'tsc --skipLibCheck --noEmit', 'eslint'],
};