aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-06-25 22:31:38 +1000
committerSam Potts <sam@potts.es>2018-06-25 22:31:38 +1000
commite206554146cca2dbb49fa597d015cba87f8d5ec4 (patch)
tree31e262487032fdb0e6b6c7894cac424d1f7d219f
parente04b90c9c030bf5629e034f616a636245770a8d1 (diff)
downloadplyr-e206554146cca2dbb49fa597d015cba87f8d5ec4.tar.lz
plyr-e206554146cca2dbb49fa597d015cba87f8d5ec4.tar.xz
plyr-e206554146cca2dbb49fa597d015cba87f8d5ec4.zip
Linting and package tweak
-rw-r--r--.eslintrc.json1
-rw-r--r--package.json8
2 files changed, 5 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1fc24ce3..184e2974 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -21,6 +21,7 @@
"eqeqeq": [2, "always"],
"one-var": [2, "never"],
"comma-dangle": [2, "always-multiline"],
+ "spaced-comment": [2, "always"],
"no-restricted-globals": [
"error",
{
diff --git a/package.json b/package.json
index a9e9c94c..5c9f654d 100644
--- a/package.json
+++ b/package.json
@@ -9,12 +9,12 @@
"style": "./dist/plyr.css",
"devDependencies": {
"babel-core": "^6.26.3",
- "babel-eslint": "^8.2.3",
+ "babel-eslint": "^8.2.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
- "eslint": "^4.19.1",
- "eslint-config-airbnb-base": "^12.1.0",
+ "eslint": "^5.0.0",
+ "eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"git-branch": "^2.0.1",
@@ -38,7 +38,7 @@
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
"postcss-custom-properties": "^7.0.0",
- "prettier-eslint": "^8.8.1",
+ "prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",