mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
11 lines
145 B
JavaScript
11 lines
145 B
JavaScript
/**
|
|
* @type {import('@types/eslint').ESLint.ConfigData}
|
|
*/
|
|
module.exports = {
|
|
extends: ['./base'],
|
|
|
|
env: {
|
|
es6: true,
|
|
node: true,
|
|
},
|
|
};
|