mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 01:26:44 +00:00
12 lines
145 B
JavaScript
12 lines
145 B
JavaScript
/**
|
|
* @type {import('@types/eslint').ESLint.ConfigData}
|
|
*/
|
|
module.exports = {
|
|
extends: ['./base'],
|
|
|
|
env: {
|
|
es6: true,
|
|
node: true,
|
|
},
|
|
};
|