chore: update eslint configuration and clean up index file (#10185)

Removed eslint disable comment from the index file and updated the
eslint ignore list to exclude the serverless driver index file. This
ensures the file is skipped during linting without unnecessary inline
comments.
This commit is contained in:
Antoine Moreaux
2025-02-13 11:35:55 +01:00
committed by GitHub
parent 467aa775a8
commit 75268c3040
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ module.exports = {
'src/engine/workspace-manager/demo-objects-prefill-data/**',
'src/engine/seeder/data-seeds/**',
'src/engine/seeder/metadata-seeds/**',
'src/engine/core-modules/serverless/drivers/constants/base-typescript-project/src/index.ts',
],
overrides: [
{

View File

@ -1,4 +1,3 @@
/* eslint-disable */
export const main = async (params: {
a: string;
b: number;