mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔧 Fix setup
This commit is contained in:
parent
7f5033b23c
commit
818531ee46
|
@ -33,6 +33,13 @@ module.exports = {
|
||||||
* https://github.com/prettier/eslint-plugin-prettier
|
* https://github.com/prettier/eslint-plugin-prettier
|
||||||
*/
|
*/
|
||||||
'eslint-plugin-prettier',
|
'eslint-plugin-prettier',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Config to lint only changes
|
||||||
|
*
|
||||||
|
* https://github.com/paleite/eslint-plugin-diff#plugindiffdiff-recommended
|
||||||
|
*/
|
||||||
|
'eslint-plugin-diff',
|
||||||
],
|
],
|
||||||
|
|
||||||
extends: [
|
extends: [
|
||||||
|
@ -66,11 +73,11 @@ module.exports = {
|
||||||
'eslint-config-prettier',
|
'eslint-config-prettier',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Config to lint only changes in CI
|
* Config for eslint-plugin-diff
|
||||||
*
|
*
|
||||||
* https://github.com/paleite/eslint-plugin-diff#plugindiffci
|
* https://github.com/paleite/eslint-plugin-diff#plugindiffdiff-recommended
|
||||||
*/
|
*/
|
||||||
'plugin:diff/ci',
|
'plugin:diff/diff',
|
||||||
],
|
],
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
|
|
Loading…
Reference in a new issue