Yaroslav Halchenko
08fcbd46af
Fix 22 typos found by codespell
...
Here are typos with their counts and introduced fix:
1 autmatically ==> automatically
1 commited ==> committed
1 currenlty ==> currently
1 dependecies ==> dependencies
1 referrenced ==> referenced
1 signleton ==> singleton
1 somwhere ==> somewhere
1 specied ==> specified
1 specifiy ==> specify
1 statment ==> statement
1 successfuly ==> successfully
1 unavaiable ==> unavailable
2 ellapsed ==> elapsed
3 arrray ==> array
3 compatability ==> compatibility
3 defintion ==> definition
4 compability ==> compatibility
4 mesage ==> message
4 notifiction ==> notification
5 re-use ==> reuse
6 doesnt ==> does not
6 non-existant ==> non-existent
2024-01-15 17:12:06 -05:00
Hiroyasu Nishiyama
11ad03b21e
fix to allow es11 for jshint check
2022-11-07 10:42:07 +09:00
Dave Conway-Jones
256f8e7226
add allow es6 to .jshintrc
2017-06-23 21:49:35 +01:00
Dave Conway-Jones
203539841d
allow shadowing in .jshintrc (mainly to test signing commits)
2017-04-06 11:12:11 +01:00
Dave Conway-Jones
d25dac69d2
ask istanbul for more reports as default
...
and create a simple “grunt coverage” task synonym.
2017-03-10 20:04:14 +00:00
Gabe Johnson
b909e32201
Prevent RED.node.registerNode from overriding a constructor's prototype ( #865 )
...
* prevent registry.registerNodeConstructor from overriding a constructors protoype
* fix for node < v5.0.0
* exercise another code path
* altering __proto__ for node < v0.12
* move inheritance code to helper function
2016-04-07 22:18:28 +01:00
dceejay
8f744794e4
push opinionated .jshintrc - matches Grunt build. for starters.
2015-04-16 10:22:12 +01:00