and fix comma

This commit is contained in:
Dave Conway-Jones
2018-08-15 21:35:09 +01:00
parent 5cf3725b66
commit 5394991e80

View File

@@ -14,6 +14,6 @@
//"expr": true, // allow ternery operator syntax...
"shadow": true, // allow variable shadowing (re-use of names...)
"sub": true, // don't warn that foo['bar'] should be written as foo.bar
"proto": true // allow setting of __proto__ in node < v0.12
"proto": true, // allow setting of __proto__ in node < v0.12
"esversion": 6 // allow es6
}