mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
👕 Disable community-package-json-name-still-default
This commit is contained in:
parent
a5c6769fa7
commit
b4c404769c
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ module.exports = {
|
||||||
files: ['package.json'],
|
files: ['package.json'],
|
||||||
plugins: ['eslint-plugin-n8n-nodes-base'],
|
plugins: ['eslint-plugin-n8n-nodes-base'],
|
||||||
extends: ['plugin:n8n-nodes-base/community'],
|
extends: ['plugin:n8n-nodes-base/community'],
|
||||||
|
rules: {
|
||||||
|
'n8n-nodes-base/community-package-json-name-still-default': 'off',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['./credentials/**/*.ts'],
|
files: ['./credentials/**/*.ts'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue