VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Add linting to pull requests

Open trillium opened this issue 1 year ago • 3 comments

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

Resources/Instructions

trillium avatar Mar 12 '23 19:03 trillium