mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
test
This commit is contained in:
@@ -15,5 +15,6 @@ module.exports = {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
|
||||
'linebreak-style': ['off', 'windows'],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user