typefaces
typefaces copied to clipboard
Eslint error
I am getting the following ESlint errors, I just recently started using eslint and find it great as it enforces a discipline in my style. For now, I managed to ignore these errors, by adding the import to a file which is part of .eslintignore.
But would like to know why is eslint complaining, I am new to fonts and typefaces.
Missing file extension "css" for "typeface-quattrocento-sans" import/extensions Missing file extension "css" for "typeface-work-sans" import/extensions
I would like to know the answer to this as well.
In the meantime, I've just disabled the import lines for eslint:
import 'typeface-quattrocento-sans'; // eslint-disable-line
import 'typeface-work-sans'; // eslint-disable-line
Any update on this one?