mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
ci: Remove eslint diff plugin. Run full linting on PRs (no-changelog) (#7175)
This commit is contained in:
committed by
GitHub
parent
54bf66d335
commit
c18ba370d5
@@ -491,19 +491,3 @@ const config = (module.exports = {
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
if ('ESLINT_PLUGIN_DIFF_COMMIT' in process.env) {
|
||||
/**
|
||||
* Plugin to lint only changes
|
||||
*
|
||||
* https://github.com/paleite/eslint-plugin-diff#plugindiffdiff-recommended
|
||||
*/
|
||||
config.plugins.push('eslint-plugin-diff');
|
||||
|
||||
/**
|
||||
* Config for eslint-plugin-diff
|
||||
*
|
||||
* https://github.com/paleite/eslint-plugin-diff#plugindiffdiff-recommended
|
||||
*/
|
||||
config.extends.push('plugin:diff/diff');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user