✏️ Alphabetize overrides

This commit is contained in:
Iván Ovejero 2021-08-27 16:09:29 +02:00
parent 5a7d23023b
commit 5f1fd35ff6

View file

@ -310,11 +310,6 @@ module.exports = {
// ESLint
// ----------------------------------
/**
* https://eslint.org/docs/rules/no-plusplus
*/
'no-plusplus': 'off',
/**
* https://eslint.org/docs/rules/class-methods-use-this
*/
@ -325,6 +320,11 @@ module.exports = {
*/
eqeqeq: 'error',
/**
* https://eslint.org/docs/rules/no-plusplus
*/
'no-plusplus': 'off',
/**
* https://eslint.org/docs/rules/object-shorthand
*/