From e94b8ba1aae7020c9a40becb2802a7585ee08d40 Mon Sep 17 00:00:00 2001 From: jobo322 Date: Tue, 5 May 2026 09:03:14 -0500 Subject: [PATCH] fix: dummy commit to release with the content of 6.0.0 --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 6c6f2ad..d18c130 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,7 +1,7 @@ import { defineConfig, globalIgnores } from 'eslint/config'; import ts from 'eslint-config-cheminfo-typescript/base'; -export default defineConfig(globalIgnores(['coverage', 'lib']), ts, { +export default defineConfig(globalIgnores(['coverage', 'lib', '.yalc']), ts, { files: ['script/**'], rules: { 'no-console': 'off',