fix to linting
This commit is contained in:
parent
538358b4ee
commit
3d2396ccb8
|
@ -23,8 +23,8 @@
|
||||||
"@components/*": ["./components/*"],
|
"@components/*": ["./components/*"],
|
||||||
"@lib/*": ["./lib/*"],
|
"@lib/*": ["./lib/*"],
|
||||||
"@styles/*": ["/styles/*"],
|
"@styles/*": ["/styles/*"],
|
||||||
"@santa/*": ["images/santa/*"],
|
"@santa/*": ["./images/santa/*"],
|
||||||
"@images/*": ["images/*"],
|
"@images/*": ["./images/*"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||||
|
|
Loading…
Reference in New Issue