mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
chore: enabled eslint rule - prettier/prettier
This commit is contained in:
parent
7fc23697c8
commit
30826c33e0
@ -25,7 +25,6 @@ module.exports = {
|
|||||||
'no-mixed-spaces-and-tabs': ['off'],
|
'no-mixed-spaces-and-tabs': ['off'],
|
||||||
'no-unused-vars': ['off'],
|
'no-unused-vars': ['off'],
|
||||||
'@typescript-eslint/no-unused-vars-experimental': ['error'],
|
'@typescript-eslint/no-unused-vars-experimental': ['error'],
|
||||||
'prettier/prettier': ['off'], // TODO: enable and fix prettier errors.
|
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user