summary refs log tree commit diff
path: root/.eslintrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set eslint env properlyMadeline2023-04-121-0/+3
|
* Add ESLint (#941)Madeline2023-01-201-0/+11
* Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint