mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
✏️ Alphabetize overrides
This commit is contained in:
parent
5a7d23023b
commit
5f1fd35ff6
10
.eslintrc.js
10
.eslintrc.js
|
@ -310,11 +310,6 @@ module.exports = {
|
||||||
// ESLint
|
// ESLint
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
/**
|
|
||||||
* https://eslint.org/docs/rules/no-plusplus
|
|
||||||
*/
|
|
||||||
'no-plusplus': 'off',
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://eslint.org/docs/rules/class-methods-use-this
|
* https://eslint.org/docs/rules/class-methods-use-this
|
||||||
*/
|
*/
|
||||||
|
@ -325,6 +320,11 @@ module.exports = {
|
||||||
*/
|
*/
|
||||||
eqeqeq: 'error',
|
eqeqeq: 'error',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* https://eslint.org/docs/rules/no-plusplus
|
||||||
|
*/
|
||||||
|
'no-plusplus': 'off',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://eslint.org/docs/rules/object-shorthand
|
* https://eslint.org/docs/rules/object-shorthand
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue