• This file allows JSLint to be run from a web browser. It can accept a source program and analyze it without sending it over the network.
  • JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source.
  • The simple interface provides an edition-aware loader. This can be used as a frontend to node-jslint's collection of editions of the JSLINT code.
    • Weekly downloads:
      61.206
    • Version:
      0.12.1 · 29 January 2019
    • Size:
      3.19 MB
  • There is only one function in this file. It takes no arguments. This function contains only one statement. Cyclomatic complexity number for this function is 1...
    Bulunamadı: jslint
  • To install, just download and save https://www.jslint.com/jslint.mjs to file ... To import jslint.mjs in CommonJS environment: To JSLint entire directory in shell
    • Issues:
      4
    • Last commit:
      29 June 2024
  • JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
  • When JSLint support is enabled, WebStorm highlights errors that JSLint detects, provides descriptions for them, and suggests quick-fixes where possible.
  • Easy JSLint for Sublime Text. It has JSLint built in; requires only Node.JS installed on your system. It can automatically run JSLint when you save a .js file.
  • With JavaScript Lint, you can check all your JavaScript source code for common mistakes without actually running the script or opening the web page.
    Bulunamadı: jslint
  • JSLint also recognizes a /*global */ comment that can indicate to JSLint that variables used in this file were defined in other files.