Problem/Motivation
JavaScript code must be consistent and free from syntax error and leaking variables and that it can be properly minified.
Proposed resolution
Detect errors and potential problems in JavaScript code with ESLint and fix them.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | eslint-monitoring.patch | 1.95 KB | CTaPByK |
Comments
Comment #2
CTaPByK commentedChanges requested by ESLint rules:
-http://eslint.org/docs/rules/strict
-http://eslint.org/docs/rules/space-before-function-paren
-http://eslint.org/docs/rules/eqeqeq
-http://eslint.org/docs/rules/semi
Comment #4
mbovan commentedI don't find anything problematic here.
Comment #5
Christopher Riley commentedJust tried to apply this patch and it failed with the following:
monitoring.js.rej