From 8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 10:36:25 -0500 Subject: js: Migrate to ESLint 9 Signed-off-by: Matt Strapp --- docs/.NET.md | 3 ++- docs/BEAM.md | 7 ++++--- docs/C.md | 3 ++- docs/Docker.md | 7 ++++--- docs/Go.md | 3 ++- docs/JavaScript.md | 4 ++-- docs/Python.md | 6 ++++-- docs/Rust.md | 3 ++- 8 files changed, 22 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/.NET.md b/docs/.NET.md index 2ff1e04..e8a2c29 100644 --- a/docs/.NET.md +++ b/docs/.NET.md @@ -26,4 +26,5 @@ Locusts.IntroduceLocusts(); ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/BEAM.md b/docs/BEAM.md index 6e3ea50..abdce6a 100644 --- a/docs/BEAM.md +++ b/docs/BEAM.md @@ -19,6 +19,7 @@ def deps do end ``` -Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) -and published on [HexDocs](https://hexdocs.pm). Once published, the docs can -be found at . +Documentation can be generated with +[ExDoc](https://github.com/elixir-lang/ex_doc) and published on +[HexDocs](https://hexdocs.pm). Once published, the docs can be found at +. diff --git a/docs/C.md b/docs/C.md index 86ce271..e3ae830 100644 --- a/docs/C.md +++ b/docs/C.md @@ -48,4 +48,5 @@ make ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/Docker.md b/docs/Docker.md index 989e232..7e6ab52 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -4,11 +4,12 @@ A docker container containing locusts also exist. -If you would like to add locusts to your company's servers, you can use the following command: +If you would like to add locusts to your company's servers, you can use the +following command: ```bash docker run --rm ghcr.io/locusts-r-us/locusts:master ``` -That's it. There are locusts now in your computer. -What those locusts do is up to the reader. +That's it. There are locusts now in your computer. What those locusts do is up +to the reader. diff --git a/docs/Go.md b/docs/Go.md index 1763734..f0a9925 100644 --- a/docs/Go.md +++ b/docs/Go.md @@ -30,4 +30,5 @@ func main() { ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/JavaScript.md b/docs/JavaScript.md index c2fb788..f8a6687 100644 --- a/docs/JavaScript.md +++ b/docs/JavaScript.md @@ -8,8 +8,8 @@ ## Description -Locusts is a series of libraries that allows you to introduce locusts into your codebase. -Why would you want to do that? I don't know. +Locusts is a series of libraries that allows you to introduce locusts into your +codebase. Why would you want to do that? I don't know. ## Installation diff --git a/docs/Python.md b/docs/Python.md index 01273bf..51d4bd6 100644 --- a/docs/Python.md +++ b/docs/Python.md @@ -5,7 +5,8 @@ ## Description -locusts-r-us is a library that provides a way to introduce locusts into your code. +locusts-r-us is a library that provides a way to introduce locusts into your +code. Why would you want to do that? I don't know. @@ -30,4 +31,5 @@ if __name__ == "__main__": ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. diff --git a/docs/Rust.md b/docs/Rust.md index 0e599e4..c42257a 100644 --- a/docs/Rust.md +++ b/docs/Rust.md @@ -38,4 +38,5 @@ fn main() { ## License -This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details. +This project is licensed under the BSD Zero Clause License. See the +[LICENSE](../LICENSE) file for details. -- cgit v1.2.3