mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
parent
55332d1ddb
commit
856eb69577
201 changed files with 2812 additions and 14413 deletions
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
"eslint:recommended",
|
||||
"prettier",
|
||||
require.resolve("@vercel/style-guide/eslint/next"),
|
||||
"eslint-config-turbo",
|
||||
"turbo",
|
||||
],
|
||||
globals: {
|
||||
React: true,
|
||||
|
|
@ -30,8 +30,6 @@ module.exports = {
|
|||
// Ignore dotfiles
|
||||
".*.js",
|
||||
"node_modules/",
|
||||
"tailwind.config.js",
|
||||
"postcss.config.js",
|
||||
],
|
||||
overrides: [{ files: ["*.js?(x)", "*.ts?(x)"] }],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue