mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Add esnext to the jsHint configuration
This way we'll allow ES6 syntax.
This commit is contained in:
committed by
Josh Perez
parent
f7321b303d
commit
875d2ad05e
@@ -13,6 +13,9 @@
|
||||
// Define globals exposed by Node.js.
|
||||
"node": true,
|
||||
|
||||
// Allow ES6.
|
||||
"esnext": true,
|
||||
|
||||
/*
|
||||
* ENFORCING OPTIONS
|
||||
* =================
|
||||
|
||||
Reference in New Issue
Block a user