Track live location of college buses and show estimated arrival time for each stop. β Uses: Maps API, Real-time DB (Firebase), Notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| root: true, | |
| env: { browser: true, es2020: true }, | |
| extends: [ | |
| 'eslint:recommended', | |
| 'plugin:react/recommended', | |
| 'plugin:react/jsx-runtime', | |
| 'plugin:react-hooks/recommended', | |
| ], | |
| ignorePatterns: ['dist', '.eslintrc.cjs'], |