Change eslint rules from configuration comments to configuration files
This commit is contained in:
parent
4799baa70d
commit
a8ede1248d
9 changed files with 5 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue