Change eslint rules from configuration comments to configuration files

This commit is contained in:
Folyd 2022-05-07 11:47:30 +08:00
parent 4799baa70d
commit a8ede1248d
9 changed files with 5 additions and 31 deletions

View file

@ -1,9 +1,6 @@
// This file contains type definitions that are processed by the Closure Compiler but are
// not put into the JavaScript we include as part of the documentation. It is used for
// type checking. See README.md in this directory for more info.
/* eslint-env es6 */
/* eslint no-var: "error" */
/* eslint prefer-const: "error" */
/* eslint-disable */
let searchState;