Commit a5aa37a4 authored by Manvel Saroyan's avatar Manvel Saroyan
Browse files

Noissue - Fixed font-tools linting error

parent 7d2e4235
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ const cammelToSentence = (text) =>
const getLastDir = (filePath) =>
{
  return path.basename(path.dirname(filePath));
}
};

module.exports = {ensureDir, cammelToSentence, getLastDir};