mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove Vue setting from global config
This commit is contained in:
parent
26145e3721
commit
84b230e168
|
@ -9,7 +9,6 @@ module.exports = {
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: ['./packages/*/tsconfig.json'],
|
project: ['./packages/*/tsconfig.json'],
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
extraFileExtensions: ['.vue'],
|
|
||||||
},
|
},
|
||||||
ignorePatterns: [
|
ignorePatterns: [
|
||||||
'.eslintrc.js',
|
'.eslintrc.js',
|
||||||
|
|
Loading…
Reference in a new issue