サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ドラクエ3
jshint.com
A Formal Commitment to New Language Features The JSHint team Jul 7th, 2015 In recent months, JSHint has been receiving requests to support proposed JavaScript language features like async/await, method decorators, and class property declarations [1]. The JSHint team has turned down each request, even after the release of ES2015. This has not been easy; as open source project maintainers, nothing g
This page's content is sourced from the JSHint project repository. If you spot an error, please open an issue or (better yet) make a pull request! Enforcing options When set to true, these options will make JSHint produce more warnings about your code. This option prohibits the use of bitwise operators such as ^ (XOR), | (OR) and others. Bitwise operators are very rare in JavaScript programs and q
What's new in JSHint (October, 2013) Anton Kovalyov Oct 21st, 2013 We shipped a couple of exciting new features in October. Here's a short write-up about some of them. Ignore directive Thanks to Daniel Miladinov, JSHint can now ignore blocks of code which makes it easier to use JSHint with JavaScript language extensions such as Facebook React. // Code here will be linted with JSHint. /* jshint ign
JSHint 3 plans Anton Kovalyov Oct 8th, 2013 A few weeks ago we shipped the new JSHint website and it seemed like people liked it! In this blog post, I'd like to share my plans for the next major release of JSHint. The next release will be a backwards incompatible release in which I plan to clean up and simplify our core package. Here are my current goals for that release: Remove all style-related
JSHint 2.1.0 Anton Kovalyov May 20th, 2013 JSHint 2.1.0 is out. This releases adds support for ES6 class syntax and fixes some issues with our parser. Added support for ES6 class syntax. (#1048)Added support for error code in the Checkstyle reporter. (#1088)Added support for do statement bodies that are not block statements. (#1062)Fixed issues with JSHint not parsing comma expressions correctly.
JSHint 2.0.0 Anton Kovalyov May 7th, 2013 WARNING: This release introduces backwards incompatible changes. JSHint 2.0.0 is out! This version hits a pretty big milestone for the project: this is the first JSHint release for which I'm not the biggest contributor. I personally believe this fact validates JSHint as a successful open source project. And I'm extremely thankful to all you who file bug re
JSHint 1.1.0 is out Anton Kovalyov Mar 5th, 2013 JSHint 1.1.0 is out! This release contains important bug fixes for 1.0.0 and a couple of new features. This version adds a new environment option for PhantomJS: phantom. (#814)Fixes a bug where JSHint would skip parent directory when looking for .jshintrc file. (#850)Adds new option gcl to make JSHint style checks compatible with Google Closure Lint
JSHint 1.0.0 is out Anton Kovalyov Feb 27th, 2013 JSHint 1.0.0 is now officially released. You can download it from this website or install via NPM: $ npm install jshint Also, we have a new website with new up-to-date documentation! Check it out and let us know what you think. For full 1.0.0 changelog please see our 1.0.0 RC1 announcement.
JSHint is a program that flags suspicious usage in programs written in JavaScript. The core project consists of a library itself as well as a CLI program distributed as a Node module. More docs: List of all JSHint options · Command-line Interface · API · Writing your own reporter · FAQ Basic usage First, check out the installation instructions for details on how to install JSHint in your preferred
Report Cyclomatic complexity Unused variables Undefined variables Warn About == null About debugging code About unsafe for..in About arguments.caller and .callee About assignments if/for/... About functions inside loops About eval About unsafe line breaks About potential typos in logical operators When code is not in strict mode When new is used for side-effects Assume Browser NodeJS jQuery Develo
このページを最初にブックマークしてみませんか?
『JSHint, a JavaScript Code Quality Tool』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く