Skip to content

Commit

Permalink
Merge pull request #197826 from Homebrew/bump-eslint-9.15.0
Browse files Browse the repository at this point in the history
eslint 9.15.0
  • Loading branch information
BrewTestBot authored Nov 15, 2024
2 parents eea3927 + 13b8f04 commit 4b81ad1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/e/eslint.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Eslint < Formula
desc "AST-based pattern checker for JavaScript"
homepage "https://eslint.org"
url "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz"
sha256 "9f9db5976b508c2ece3a3563d6cc2c0d7fad81b0a18661cf3d007b29a1df6893"
url "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz"
sha256 "8a400a3c6ac4cadaed2d7c2656ca4ac2d98722ddaf5d8e615670b72557b4e77e"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e"
sha256 cellar: :any_skip_relocation, sonoma: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5"
sha256 cellar: :any_skip_relocation, ventura: "3e1aa93c665ca2089baec9d51d2758bc6d36f05bf8db47d408cc32d2795132e5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a07a065da9c9c3ce5d5c499783782316059578d891267d4a628681214d7451e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe"
sha256 cellar: :any_skip_relocation, sonoma: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b"
sha256 cellar: :any_skip_relocation, ventura: "b97983e4cee200074cd7c8df1585663fb70e7b3a6d65efcb337793fc0eef202b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4c5ac218b5d4f99327ff8d39e867b9c0e35832b4301f04d35fe413d1e467afe"
end

depends_on "node"
Expand Down

0 comments on commit 4b81ad1

Please sign in to comment.