mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-15 03:00:47 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
module.exports = {
|
|
'*': ['eslint --fix --no-warn-ignored'],
|
|
'**/*.ts?(x)': () => 'npm run check-types',
|
|
};
|