feat: no more vercel, next. now vite and nix
This commit is contained in:
parent
fc80ead81e
commit
bf5900edbb
28 changed files with 4099 additions and 1554 deletions
|
|
@ -1,13 +1,8 @@
|
|||
import { FlatCompat } from "@eslint/eslintrc";
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
const compat = new FlatCompat({
|
||||
baseDirectory: import.meta.dirname,
|
||||
});
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ['.next', 'cgol/pkg/**/*', 'next-env.d.ts']
|
||||
ignores: ['dist', 'cgol/pkg/**/*']
|
||||
},
|
||||
{
|
||||
files: ['**/*.ts', '**/*.tsx'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue