eslint 6.2.0
Closes #43256. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
a2ec958c44
commit
17939c90a9
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class Eslint < Formula
|
class Eslint < Formula
|
||||||
desc "AST-based pattern checker for JavaScript"
|
desc "AST-based pattern checker for JavaScript"
|
||||||
homepage "https://eslint.org"
|
homepage "https://eslint.org"
|
||||||
url "https://registry.npmjs.org/eslint/-/eslint-6.1.0.tgz"
|
url "https://registry.npmjs.org/eslint/-/eslint-6.2.0.tgz"
|
||||||
sha256 "3ee88df148b40720c2fe2b1e1c3fa90b2eb2a512902c48897df7a905115608c1"
|
sha256 "a0696297eb84bca9532096c796c367a3980c6ea2a24792c52c4a541d73183cbc"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue