feat(lite): upgrade deps + root eslint config (#7292)

This commit is contained in:
Thierry Goettelmann
2024-01-15 11:12:53 +01:00
committed by GitHub
parent b0c37df8d7
commit ea19b0851f
301 changed files with 7192 additions and 8639 deletions

View File

@@ -1,10 +0,0 @@
'use strict'
module.exports = {
rules: {
'n/no-process-exit': 'off',
'n/no-unpublished-require': 'off',
'n/shebang': 'off',
'no-console': 'off',
},
}