Przeglądaj źródła

Merge pull request #1632 from freeCodeCamp/eslint-8

Update ESLint documentation (8.0.1)
Simon Legner 4 lat temu
rodzic
commit
aa59385895

+ 1 - 1
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'
   ], [

+ 2 - 2
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
-      &copy; JS Foundation and other contributors<br>
+      &copy; OpenJS Foundation and other contributors<br>
       Licensed under the MIT License.
     HTML