ci: Remove eslint diff plugin. Run full linting on PRs (no-changelog) (#7175)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-09-14 16:55:06 +02:00
committed by GitHub
parent 54bf66d335
commit c18ba370d5
5 changed files with 4 additions and 39 deletions

View File

@@ -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');
}