Git Product home page Git Product logo

erik9u2 / quick-lint-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quick-lint/quick-lint-js

0.0 0.0 0.0 11.91 MB

quick-lint-js finds bugs in JavaScript programs

Home Page: https://quick-lint-js.com

License: GNU General Public License v3.0

CMake 1.24% C++ 71.01% Shell 0.58% C 3.02% JavaScript 7.26% Python 2.17% HTML 12.13% Ruby 0.04% CSS 0.56% Nix 0.03% Go 1.16% Dockerfile 0.07% Emacs Lisp 0.44% Lua 0.07% Vim Script 0.24%

quick-lint-js's Introduction

quick-lint-js

quick-lint-js finds bugs in JavaScript programs.

quick-lint-js finds many bugs, including:

  • Using a variable which does not exist
  • Assigning to a const variable
  • Using await in a non-async function
  • Syntax errors

Demonstration of quick-lint-js in Visual Studio Code

Installing

See installation instructions for how to install quick-lint-js' CLI, LSP server, and editor plugins.

See build instructions for how to build quick-lint-js for development.

Contact

Bugs and feature requests: file an issue on GitHub

IRC: ask questions in #quick-lint-js on Libera.Chat

Security bug reports (private disclosure): email [email protected]

Values

  • Performance. You use quick-lint-js in text editors and IDEs to show bugs as they are written. quick-lint-js must be fast to make feedback responsive.

    • Small design. The less infrastructure and developer conveniences used within quick-lint-js, the less time quick-lint-js wastes due to this bloat.
    • Few features. Features add run-time costs. With fewer features, quick-lint-js gives you feedback sooner.
  • High signal. quick-lint-js finds bugs, not nitpicks. You can use quick-lint-js in any project, no matter the size or style.

    • No opinions. quick-lint-js doesn't complain about style issues, like using 'strings' vs "strings". It complains about real bugs which everyone agrees are bugs.
    • No false positives. If quick-lint-js complains, you know it's a bug in your code.
    • No configuration. quick-lint-js works out-of-the-box. You don't need configuration files to tell quick-lint-js what buggy code looks like.

quick-lint-js's People

Contributors

adebellis avatar ahmafi avatar angelja avatar brandoncc avatar chuygil avatar dav000 avatar dlarocque avatar edthedagger avatar eiffel-fl avatar emadflash avatar erlliam avatar frank-buss avatar herrhotzenplotz avatar janpoonthong avatar keyehzy avatar leewannacott avatar lifeindata avatar liranuna avatar maniac-en avatar matttheus avatar singalhimanshu avatar spicyyboi avatar strager avatar t100400 avatar tiagovla avatar tonysathre avatar vegerot avatar wgrr avatar xanas1252 avatar youness-asserare avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.