[devdocsgjs/main: 1807/1867] Update ESLint documentation (8.0.1)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1807/1867] Update ESLint documentation (8.0.1)
- Date: Fri, 19 Nov 2021 23:48:20 +0000 (UTC)
commit 296c0b78078f63db27d523578e29fec0d7a7d9c2
Author: Simon Legner <Simon Legner gmail com>
Date: Fri Oct 22 17:00:19 2021 +0200
Update ESLint documentation (8.0.1)
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/eslint.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 4d8b4374..9007fef6 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -288,7 +288,7 @@ credits = [
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
], [
'ESLint',
- 'JS Foundation and other contributors',
+ 'OpenJS Foundation and other contributors',
'MIT',
'https://raw.githubusercontent.com/eslint/eslint/master/LICENSE'
], [
diff --git a/lib/docs/scrapers/eslint.rb b/lib/docs/scrapers/eslint.rb
index 742259d6..f0b06f7d 100644
--- a/lib/docs/scrapers/eslint.rb
+++ b/lib/docs/scrapers/eslint.rb
@@ -2,7 +2,7 @@ module Docs
class Eslint < UrlScraper
self.name = 'ESLint'
self.type = 'simple'
- self.release = '7.30.0'
+ self.release = '8.0.1'
self.base_url = 'https://eslint.org/docs/'
self.root_path = 'user-guide/getting-started'
self.links = {
@@ -17,7 +17,7 @@ module Docs
options[:replace_paths] = { 'user-guide' => 'user-guide/' }
options[:attribution] = <<-HTML
- © JS Foundation and other contributors<br>
+ © OpenJS Foundation and other contributors<br>
Licensed under the MIT License.
HTML
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]