about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/scrape-examples.js
diff options
context:
space:
mode:
authorFolyd <lyshuhow@gmail.com>2022-05-07 11:47:30 +0800
committerFolyd <lyshuhow@gmail.com>2022-05-07 11:47:30 +0800
commita8ede1248d837bc2ecdc99b00e45ec378c3fd156 (patch)
tree0a2fd98199be1f668cf8f42d13cec4d57f28150e /src/librustdoc/html/static/js/scrape-examples.js
parent4799baa70d0ff1780ee6dffb743d62c79235ace9 (diff)
downloadrust-a8ede1248d837bc2ecdc99b00e45ec378c3fd156.tar.gz
rust-a8ede1248d837bc2ecdc99b00e45ec378c3fd156.zip
Change eslint rules from configuration comments to configuration files
Diffstat (limited to 'src/librustdoc/html/static/js/scrape-examples.js')
-rw-r--r--src/librustdoc/html/static/js/scrape-examples.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/js/scrape-examples.js b/src/librustdoc/html/static/js/scrape-examples.js
index 70fcef52212..544bced4c5a 100644
--- a/src/librustdoc/html/static/js/scrape-examples.js
+++ b/src/librustdoc/html/static/js/scrape-examples.js
@@ -1,7 +1,3 @@
-/* eslint-env es6 */
-/* eslint no-var: "error" */
-/* eslint prefer-const: "error" */
-/* eslint prefer-arrow-callback: "error" */
 /* global addClass, hasClass, removeClass, onEachLazy */
 
 "use strict";