Add lodash.uniq
This commit is contained in:
+7
-2
@@ -20,6 +20,7 @@
|
||||
"fontsource-roboto": "^3.0.3",
|
||||
"lodash.deburr": "^4.1.0",
|
||||
"lodash.union": "^4.6.0",
|
||||
"lodash.uniq": "^4.5.0",
|
||||
"material-auto-rotating-carousel": "^3.0.2",
|
||||
"next": "10.0.3",
|
||||
"next-auth": "^3.23.0",
|
||||
@@ -50,8 +51,12 @@
|
||||
"camelcase": "off",
|
||||
"react/boolean-prop-naming": "off",
|
||||
"new-cap": [
|
||||
"error", {
|
||||
"capIsNewExceptions": ["Credentials", "NextAuth"]
|
||||
"error",
|
||||
{
|
||||
"capIsNewExceptions": [
|
||||
"Credentials",
|
||||
"NextAuth"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user