chore: Update jshint to es9
This commit is contained in:
parent
bac4b73c08
commit
cc4649df1e
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
"boss" : false, // true: Tolerate assignments where comparisons would be expected
|
"boss" : false, // true: Tolerate assignments where comparisons would be expected
|
||||||
"debug" : false, // true: Allow debugger statements e.g. browser breakpoints.
|
"debug" : false, // true: Allow debugger statements e.g. browser breakpoints.
|
||||||
"eqnull" : false, // true: Tolerate use of `== null`
|
"eqnull" : false, // true: Tolerate use of `== null`
|
||||||
"esversion" : 6, // {int} Specify the ECMAScript version to which the code must adhere.
|
"esversion" : 9, // {int} Specify the ECMAScript version to which the code must adhere.
|
||||||
"moz" : false, // true: Allow Mozilla specific syntax (extends and overrides esnext features)
|
"moz" : false, // true: Allow Mozilla specific syntax (extends and overrides esnext features)
|
||||||
// (ex: `for each`, multiple try/catch, function expression…)
|
// (ex: `for each`, multiple try/catch, function expression…)
|
||||||
"evil" : false, // true: Tolerate use of `eval` and `new Function()`
|
"evil" : false, // true: Tolerate use of `eval` and `new Function()`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue