mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Switch from npm to pnpm (#4429)
This commit is contained in:
committed by
GitHub
parent
db163b71b9
commit
736777385c
@@ -4,11 +4,7 @@
|
||||
module.exports = {
|
||||
plugins: ['vue'],
|
||||
|
||||
extends: [
|
||||
'plugin:vue/essential',
|
||||
'@vue/typescript',
|
||||
'@n8n_io/eslint-config/base',
|
||||
],
|
||||
extends: ['plugin:vue/essential', '@vue/typescript', './base'],
|
||||
|
||||
env: {
|
||||
browser: true,
|
||||
@@ -21,11 +17,7 @@ module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
|
||||
ignorePatterns: [
|
||||
'**/*.js',
|
||||
'**/*.d.ts',
|
||||
'vite.config.ts',
|
||||
],
|
||||
ignorePatterns: ['**/*.js', '**/*.d.ts', 'vite.config.ts'],
|
||||
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
|
||||
Reference in New Issue
Block a user