UNPKG
create-fast-turbo
Version:
latest (1.0.0)
1.0.0
A CLI tool to quickly scaffold a Turborepo with pre-configured templates
create-fast-turbo
/
templates
/
basic
/
apps
/
web
/
eslint.config.js
5 lines
(3 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
import
{ nextJsConfig }
from
"@repo/eslint-config/next-js"
;
/**
@type
{
import("eslint").Linter.Config
} */
export
default
nextJsConfig;