last commit before trying out opencode on repo
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
import { defineConfig } from "eslint/config";
|
||||
import { defineConfig } from 'eslint/config';
|
||||
|
||||
import { baseConfig, restrictEnvAccess } from "@gib/eslint-config/base";
|
||||
import { nextjsConfig } from "@gib/eslint-config/nextjs";
|
||||
import { reactConfig } from "@gib/eslint-config/react";
|
||||
import { baseConfig, restrictEnvAccess } from '@gib/eslint-config/base';
|
||||
import { nextjsConfig } from '@gib/eslint-config/nextjs';
|
||||
import { reactConfig } from '@gib/eslint-config/react';
|
||||
|
||||
export default defineConfig(
|
||||
{
|
||||
ignores: [".next/**"],
|
||||
ignores: ['.next/**'],
|
||||
},
|
||||
baseConfig,
|
||||
reactConfig,
|
||||
nextjsConfig,
|
||||
restrictEnvAccess,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user