gecko-dev/devtools/client/inspector/changes
Patrick Brosset a365f19d19 Bug 1553451 - Lower the eslint complexity level to 20 for devtools and exlude more complex functions; r=jdescottes
We want to go back to ESLint's default complexity level so that newly introduced code is checked for complexity.
At the same time, to make that work, we're excluding all of the more complex functions for now.
We should fix them: make them less complex, and remove the eslint-disable comment.
See bug 1553449 for more information about this.

Differential Revision: https://phabricator.services.mozilla.com/D32139

--HG--
extra : moz-landing-system : lando
2019-05-23 09:06:16 +00:00
..
actions Bug 1499049 - (Part 3) Add new reducer logic for tracking CSS changes to nested rules; r=pbro 2018-10-25 16:20:00 +00:00
components Bug 1541824 - Make Copy All Changes button sticky in Changes panel. r=gl 2019-04-24 07:58:50 +00:00
reducers Bug 1553451 - Lower the eslint complexity level to 20 for devtools and exlude more complex functions; r=jdescottes 2019-05-23 09:06:16 +00:00
selectors Bug 1530341 - (Part 2) Add Copy All Changes button to Changes panel. r=gl 2019-02-25 22:37:02 +00:00
test Bug 1542213 - Track newly added CSS rules in the Changes panel. r=pbro 2019-04-23 07:59:12 +00:00
utils Bug 1527924 - (Part 1) Use array of selectors for the rule in Redux structure for Changes. r=pbro 2019-02-15 16:58:58 +00:00
ChangesContextMenu.js Bug 1543940 - menu.popup() should take a document argument instead of toolbox r=ochameau 2019-05-08 21:35:36 +00:00
ChangesView.js Bug 1532583 - Add scalars for copy options in Changes panel. r=pbro 2019-03-05 14:38:36 +00:00
constants.js Bug 1532583 - Add scalars for copy options in Changes panel. r=pbro 2019-03-05 14:38:36 +00:00
moz.build Bug 1524548 - (Part 4) Add unit test to check stylesheets generated from tracked changes. r=pbro 2019-02-07 08:41:09 +00:00