Skip to content

Commit

Permalink
move nodes to seperate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lublak committed Aug 15, 2022
1 parent 4d98232 commit 31f270d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
module.exports = {
env: {
browser: true,
es6: true,
node: true,
},
extends: ['eslint-config-n8n-nodes-base'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: ['./tsconfig.json'],
sourceType: 'module',
extraFileExtensions: ['.json'],
},
ignorePatterns: ['.eslintrc.js', '**/*.js', '**/node_modules/**', '**/dist/**'],

settings: {
jsdoc: {
mode: 'typescript',
structuredTags: {
type: {
type: true,
required: ['type'],
},
},
ignoreInternal: true,
},
}
extends: ['eslint-config-n8n-nodes-base']
};
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 31f270d

Please sign in to comment.