gecko-dev/tools/lint/eslint/eslint-plugin-mozilla/lib/rules
Sebastian Hengst c7958d1860 Backed out changeset fc7f502a43a1 (bug 1336070) 2017-02-03 13:26:41 +01:00
..
.eslintrc.js Bug 1325339 - tools/lint/eslint/eslint-plugin-mozilla isn't being linted. r=mossop 2016-12-22 10:53:51 +00:00
avoid-removeChild.js Bug 1334831 - add an eslint rule to report usage of .parentNode.removeChild when .remove() could be used instead, r=jaws. 2017-01-30 08:10:18 +01:00
balanced-listeners.js Bug 1331599 - fix the balanced-listeners custom eslint rule to handle addEventListener's options parameter, r=jaws. 2017-01-25 07:03:46 +01:00
import-browserjs-globals.js Backed out changeset fc7f502a43a1 (bug 1336070) 2017-02-03 13:26:41 +01:00
import-globals.js
import-headjs-globals.js Bug 1315402: Detect more head files for tests automatically. r=standard8, r=jryans 2016-11-04 15:46:07 -07:00
import-test-globals.js Bug 1333566 - Eslint fails when run on specific directories `Cannot find module 'tools\lint\eslint\modules.json'`. r=jaws 2017-01-24 21:38:32 +00:00
mark-test-function-used.js Bug 1325339 - tools/lint/eslint/eslint-plugin-mozilla isn't being linted. r=mossop 2016-12-22 10:53:51 +00:00
no-aArgs.js
no-cpows-in-tests.js Bug 1315402: Detect more head files for tests automatically. r=standard8, r=jryans 2016-11-04 15:46:07 -07:00
no-import-into-var-and-global.js Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws 2017-01-09 10:12:26 +00:00
no-single-arg-cu-import.js
no-useless-parameters.js Bug 1334261 - make the no-useless-parameters rule reject newURI call with an empty string as the last parameter, r=jaws. 2017-01-27 10:51:02 +01:00
no-useless-removeEventListener.js Bug 1334250 - adapt the no-useless-removeEventListener rule to handle the listener being added and removed with the same variable + some hand fixes, r=jaws. 2017-01-27 10:47:57 +01:00
reject-importGlobalProperties.js
reject-some-requires.js Bug 1264649 - add reject-some-requires eslint rule; r=pbro 2016-07-21 08:39:29 -06:00
var-only-at-top-level.js