VRMS
VRMS copied to clipboard
Add linting to pull requests
Overview
Devs on this team have differing eslint configurations. VRMS should standardize linting so that only relevant changes show up in commits, standardizing things like:
import {foo} from './foo'
vs
import { foo } from './foo'
Action Items
- [x] Research a linting system
- [ ] Use ESLint and Prettier
- [ ] Add that linting system to VRMS
- [ ] Test to see if new system is working