You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command: jslint --terse ddg_evernote.js (terse just to make this output smaller for example)
Output:
ddg_evernote.js:2:3: Missing 'use strict' statement.
ddg_evernote.js:5:4: Expected exactly one space between 'try' and '{'.
ddg_evernote.js:6:3: Expected 'browser' at column 5, not column 3.
ddg_evernote.js:7:5: Expected 'printUrl' at column 9, not column 5.
ddg_evernote.js:8:5: Expected '{' at column 9, not column 5.
ddg_evernote.js:9:5: Expected '[' at column 9, not column 5.
ddg_evernote.js:10:3: Expected ')' at column 5, not column 3.
ddg_evernote.js:10:4: Expected ';' and instead saw '(end)'.
ddg_evernote.js:16:1: Expected '}' to match '{' from line 5 and instead saw '(end)'.
ddg_evernote.js:17:1: Expected 'catch' and instead saw '(end)'.
ddg_evernote.js:17:1: Stopping. (113% scanned).
There is obviously no lines 16 and 17 in this file.
Input file:
Command:
jslint --terse ddg_evernote.js
(terse just to make this output smaller for example)Output:
There is obviously no lines 16 and 17 in this file.
node-jslint version: 0.11.0 JSLint edition 2013-08-26
The text was updated successfully, but these errors were encountered: