refactor: Move vitest-config and eslint-config packages to @n8n (#13530)

This commit is contained in:
Alex Grozav
2025-02-26 14:45:35 +02:00
committed by GitHub
parent 27852e35ed
commit 6ba0128b5c
48 changed files with 240 additions and 283 deletions

View File

@@ -0,0 +1,11 @@
/**
* @type {import('@types/eslint').ESLint.ConfigData}
*/
module.exports = {
extends: ['./base'],
env: {
es6: true,
node: true,
},
};