mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-18 02:03:03 -06:00
Add Wyoming credentials and node skeleton
This commit is contained in:
parent
a3932104a0
commit
5340284865
10 changed files with 285 additions and 12 deletions
|
|
@ -1,3 +1,12 @@
|
|||
import { config } from '@n8n/node-cli/eslint';
|
||||
|
||||
export default config;
|
||||
export default [
|
||||
...config,
|
||||
{
|
||||
files: ['**/*.ts'],
|
||||
rules: {
|
||||
'@n8n/community-nodes/no-restricted-imports': 'off',
|
||||
'@n8n/community-nodes/no-restricted-globals': 'off',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue