2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

chore: enabled eslint rule - prettier/prettier

This commit is contained in:
Ramy Melo 2022-03-04 11:32:32 -05:00
parent 7fc23697c8
commit 30826c33e0

View File

@ -25,7 +25,6 @@ module.exports = {
'no-mixed-spaces-and-tabs': ['off'],
'no-unused-vars': ['off'],
'@typescript-eslint/no-unused-vars-experimental': ['error'],
'prettier/prettier': ['off'], // TODO: enable and fix prettier errors.
},
overrides: [
{