Skip to content

Commit

Permalink
[Dev Deps] update jscs, nsp, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 30, 2016
1 parent e89adee commit b52022d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions implementation.js
Expand Up @@ -4,8 +4,10 @@ var bind = require('function-bind');
var ES = require('es-abstract/es5');
var replace = bind.call(Function.call, String.prototype.replace);

/* eslint-disable no-control-regex */
var leftWhitespace = /^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/;
var rightWhitespace = /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;
/* eslint-enable no-control-regex */

module.exports = function trim() {
var S = ES.ToString(ES.CheckObjectCoercible(this));
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -51,9 +51,9 @@
"devDependencies": {
"tape": "^4.5.1",
"covert": "^1.1.0",
"jscs": "^3.0.2",
"nsp": "^2.3.0",
"eslint": "^2.8.0",
"jscs": "^3.0.3",
"nsp": "^2.3.2",
"eslint": "^2.9.0",
"semver": "^5.1.0",
"replace": "^0.3.0",
"@ljharb/eslint-config": "^3.0.1",
Expand Down

0 comments on commit b52022d

Please sign in to comment.