From 37934142c1aeea48b6fb03edbdcf90e45b5cb4a1 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Fri, 16 Feb 2018 16:06:48 -0500 Subject: [PATCH] run update, lint --- .eslintrc.json | 13 +++++++++++++ .gitignore | 1 + .travis.yml | 1 + LICENSE | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 61e8895..24b8984 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,8 @@ { + "extends": [ + "eslint:recommended" + ], + "env": { "browser": false, "es6": true, @@ -6,6 +10,15 @@ "mocha": true }, + "parserOptions":{ + "ecmaVersion": 9, + "sourceType": "module", + "ecmaFeatures": { + "modules": true, + "experimentalObjectRestSpread": true + } + }, + "globals": { "document": false, "navigator": false, diff --git a/.gitignore b/.gitignore index 4bf0a60..f969a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # always ignore files *.DS_Store .idea +.vscode *.sublime-* # test related, or directories generated by tests diff --git a/.travis.yml b/.travis.yml index 67decb2..1686664 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ os: language: node_js node_js: - node + - '9' - '8' - '7' - '6' diff --git a/LICENSE b/LICENSE index 3f2eca1..d32ab44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2017, Jon Schlinkert. +Copyright (c) 2014-2018, Jon Schlinkert. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index a2f47a6..f5c8fed 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "extend-shallow": "^2.0.1", "fill-range": "^4.0.0", "isobject": "^3.0.1", + "kind-of": "^6.0.2", "repeat-element": "^1.1.2", "snapdragon": "^0.8.1", "snapdragon-node": "^2.0.1", @@ -56,7 +57,6 @@ "minimatch": "^3.0.4", "mocha": "^3.2.0", "noncharacters": "^1.1.0", - "pretty-bytes": "^4.0.2", "text-table": "^0.2.0", "time-diff": "^0.3.1", "yargs-parser": "^8.0.0"