* feat: allow server to contextualize request when on a /_next/data path * add client side routing test, run lint * enable nextjs client side routing
13 lines
170 B
JSON
13 lines
170 B
JSON
{
|
|
"ext": "js,json,yml,md,html,scss",
|
|
"ignore": [
|
|
"assets",
|
|
"scripts",
|
|
"translations",
|
|
"dist",
|
|
"javascripts",
|
|
"stylesheets",
|
|
"tests"
|
|
]
|
|
}
|