Fixing Linting Problems

This commit is contained in:
Anthony Jung 2020-11-13 23:43:34 -08:00
parent db31ed1243
commit fc55222611

View file

@ -1,3 +1,4 @@
/* eslint-disable space-before-function-paren */
import SKILLS from '@constants/skills'; import SKILLS from '@constants/skills';
function percent(rank, unit) { function percent(rank, unit) {