mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
const sharedOptions = require('@n8n/eslint-config/shared');
|
|
|
|
/** @type {import('@types/eslint').ESLint.ConfigData} */
|
|
module.exports = {
|
|
extends: ['@n8n/eslint-config/base'],
|
|
...sharedOptions(__dirname),
|
|
};
|