Skip to content

Commit

Permalink
Merge pull request Homebrew#205429 from Homebrew/bump-eslint-9.19.0
Browse files Browse the repository at this point in the history
eslint 9.19.0
  • Loading branch information
BrewTestBot authored Jan 24, 2025
2 parents e906604 + ff6d444 commit 93b62ba
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,18 +1,18 @@
class Eslint < Formula
desc "AST-based pattern checker for JavaScript"
homepage "https://eslint.org"
url "https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz"
sha256 "56e9b6204ea80006dfafab7fc3a184aec6922923fab25bb1f4a9d71b94059684"
url "https://registry.npmjs.org/eslint/-/eslint-9.19.0.tgz"
sha256 "a9e854f87ba814572a3967e9a308380a2759d2e0a6a2d571887dba35133705c1"
license "MIT"
head "https://github.com/eslint/eslint.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1e0d395a083e36a35399f67355416b50ce71656452609c74374105218cfb2be"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1e0d395a083e36a35399f67355416b50ce71656452609c74374105218cfb2be"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f1e0d395a083e36a35399f67355416b50ce71656452609c74374105218cfb2be"
sha256 cellar: :any_skip_relocation, sonoma: "5fc0e496b142760ad9384a334f2e2ccd2b0e73777ddd17f396c47d89c9e2674c"
sha256 cellar: :any_skip_relocation, ventura: "5fc0e496b142760ad9384a334f2e2ccd2b0e73777ddd17f396c47d89c9e2674c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1e0d395a083e36a35399f67355416b50ce71656452609c74374105218cfb2be"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c30dd67b81313d6021d23717400fb83f9a430876a49efc50c3557ca354659921"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c30dd67b81313d6021d23717400fb83f9a430876a49efc50c3557ca354659921"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c30dd67b81313d6021d23717400fb83f9a430876a49efc50c3557ca354659921"
sha256 cellar: :any_skip_relocation, sonoma: "043d03824b1318cd7d576f3e0338fde70259029c2059d357402d5a14af4fb8a1"
sha256 cellar: :any_skip_relocation, ventura: "043d03824b1318cd7d576f3e0338fde70259029c2059d357402d5a14af4fb8a1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c30dd67b81313d6021d23717400fb83f9a430876a49efc50c3557ca354659921"
end

depends_on "node"
Expand Down

0 comments on commit 93b62ba

Please sign in to comment.