Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
StarrySkySites
/
eb2bce5253520678aedce070de1192beee6f4d90
/
.
/
.eslintrc.js
blob: 5b999efa470b056e329b4c23a73904e0794bdc2f [
file
] [
log
] [
blame
]
module
.
exports
=
{
root
:
true
,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends
:
[
"custom"
],
settings
:
{
next
:
{
rootDir
:
[
"apps/*/"
],
},
},
};