eslint 5.16.0
Closes #39698. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
2c3c5285cd
commit
81c0123a81
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Eslint < Formula
|
||||
desc "AST-based pattern checker for JavaScript"
|
||||
homepage "https://eslint.org"
|
||||
url "https://registry.npmjs.org/eslint/-/eslint-5.15.3.tgz"
|
||||
sha256 "cfc24b2ecbe01a54d476410b77e7b245da794abf04b4ea3bfb554bc121da53d8"
|
||||
url "https://registry.npmjs.org/eslint/-/eslint-5.16.0.tgz"
|
||||
sha256 "3cfba056bf19cb13b9f977a3d977059da656631168b60074101b1187014c5bb1"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue