timetable-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.lintstagedrc.yml (95B)


      1 '*.{js,ts,jsx,tsx}': ['npx eslint --fix']
      2 '*.{js,ts,jsx,tsx,json}': ['npx prettier . --write']