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
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
Explorations In Automatically Fixing JavaScript Linting-errors September 30, 2014 Linting is a common step in our JavaScript iteration workflow. Most developers probably use JSHint (or ESLint) for this purpose. However, when a tool is capable of informing you of linting issues, the next logical question is..why can't it fix these issues for us? Is this taking automation too far, or a logical compl
38. èªã¿ãããããç®æã â ã¹ã¿ã¤ã«ã¬ã¤ãã®ä½æ ã¿ããªã§ä¸ç·ã« ã¹ã¿ã¤ã«ã¬ã¤ããä½ãï¼ â¢ æ¬å½ã«ããã¸ã§ã¯ãã«åã£ãã¹ã¿ã¤ã«ã è¦ã¤ãããã ⢠ã¹ã¿ã¤ã«ã¬ã¤ãã®åå¨ãè³è£ã«ã»ã» ⢠ããããã°ã¹ã¿ã¤ã«ã¬ã¤ã決ãããªã¼ ⢠èªåãã¡ã§æ±ºããã«ã¼ã«ã ããå®ããã°ï¼ 39. èªã¿ãããããç®æã â ã¹ã¿ã¤ã«ã¬ã¤ãã®ä½æ ã¿ããªã§ä¸ç·ã« ã¹ã¿ã¤ã«ã¬ã¤ããä½ãï¼ â¢ æ¬å½ã«ããã¸ã§ã¯ãã«åã£ãã¹ã¿ã¤ã«ã è¦ã¤ãããã ⢠ã¹ã¿ã¤ã«ã¬ã¤ãã®åå¨ãè³è£ã«ã»ã» ⢠ããããã°ã¹ã¿ã¤ã«ã¬ã¤ã決ãããªã¼ ⢠èªåãã¡ã§æ±ºããã«ã¼ã«ã ããå®ããã°ï¼ ⢠ãããæªè ã«ãªããªã
Yesterday, we pushed a new version of JSHint. We decided to label it 2.5.0 becauseâwhile it's backwards compatibleâthere are a few major changes. The following options were removed: nomen, onevar, passfail, white, gcl, smarttabs, trailing. In addition to that, indent no longer provides warnings about indentation levels. You can still use it to set your tab-width but it will be used only for charac
This is a relatively big release that adds a couple of new features, fixes a lot of bugs and improves our ES6 support. I will update documentation and write a blog post about the release later this week, after the Christmas day. Version 2.4.0; Holidays edition (Anton Kovalyov) Issue #1363: Don't consider => params as undefined vars (Anton Kovalyov) Issue #1388: Warn about missing 'use strict' in f
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
ãã©ã°ã¤ã³æ©æ§ãæã£ã¦ããã®ã§ãLintããã«ã¼ã«ã追å ã§ãã ESLint æ¬ä½ã®ã³ã¼ããã·ã³ãã«ã«ä¿ããã Mozilla JavaScript AST ããã¼ã¹ã¨ãã¦ãããããä»ã®ãã®ã¨é£æºãããã Esprimaã§ãã¼ã¹ããASTãLintãã two-pass ã®ãã¼ã« ã¤ã¾ãEsprimaã§ãã¼ã¹ã§ããªãã¨Lintã¯ã§ããªã ã¾ããç¾æ®µéã ã¨å·¨å¤§ãªjsãã¡ã¤ã«ã§ã¯JSHintãã3åç¨åº¦é ã Rule performance ãªã©ã«ã¾ã¨ãããã¦ãããé度ã«ã¤ãã¦ã¯ä»å¾æ¹åãã¦ããã¨ã®ã㨠JSLint/JSHintäºæã®ãããªã«ã¼ã«ãä½ããã¦ãã â ESLint Rules List Node.js ã§æ¸ããã¦ãããã¼ã« å°æ¥çã«ã¯ Browserified ããããã¼ã¸ã§ã³ãåºãäºå® ããã¥ã¡ã³ããããæ¸ããã¦ãã ããããã®ã«ã¼ã«ãã¨ã«ããã¥ã¡ã³ããæ¸ããã¦ãã esli
This release fixes a couple of bugs and adds new checks and options. Version 2.3.0; Las Vegas to San Francisco edition (Anton Kovalyov) Fixed #1252: Add an option to warn about overwriting native objects. (Caitlin Potter) Fixed #1293: Make latedef=nofunc ignore inner functions. (Jared Jacobs) Fixed #1243: Detect comparisons with 'typeof x' and check the other operand. (Oleg Grenrus) Fixed #1305: R
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
New JSHint website Anton Kovalyov Oct 1st, 2013 For the last couple of weeks I've been working on a new homepage for JSHint and today I'm proud to announce the new jshint.com! I decided to change the website to show the direction where I'm taking JSHint and where I'd like to see other developer tools go in the near future. If you go to the front-page right now, you'll notice that it doesn't have a
JSHint 2.1.6 Anton Kovalyov Jul 28th, 2013 UPDATE: We just published another version, 2.1.7, which contains only one bugfix: #1199. In this release we added two new arguments to our CLI program: exclude which allows you to exclude directories from linting and prereq which allows you to specify a file containing declarations of the global variables used throughout your project. In addition to that,
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.
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}