|
1 | 1 | class Eslint < Formula |
2 | 2 | desc "AST-based pattern checker for JavaScript" |
3 | 3 | homepage "https://eslint.org" |
4 | | - url "https://registry.npmjs.org/eslint/-/eslint-9.30.0.tgz" |
5 | | - sha256 "551a6553754de83ca3550853baa5cff163b0a86f39d83f21719ee39718f8c665" |
| 4 | + url "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz" |
| 5 | + sha256 "cbc47991b05e8269f02d15221df001cc640b4c2b9f3898e800c8f7df930afce7" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/eslint/eslint.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1b25b83cfe66de8d2207b01f0356f66b346a49c9515026cda47f2bfbc2deeb60" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "1b25b83cfe66de8d2207b01f0356f66b346a49c9515026cda47f2bfbc2deeb60" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "0d1e17850d399da2ed1fb1a613d455f339e76c95728232a893bbd7280c292602" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bf4c62ab5755303779bf14c34fc010255441e316c662b2c10be40cf82a1da044" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "bf4c62ab5755303779bf14c34fc010255441e316c662b2c10be40cf82a1da044" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "57e20f35370279975c082711347f7932eb722d45341e4702b63b7cdf9322eff1" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "node" |
|
0 commit comments