diff --git a/index.json b/index.json index 397d44b..de7565c 100644 --- a/index.json +++ b/index.json @@ -97,14 +97,15 @@ "error", { "allow": [ + "__DEV__", + "__PRELOADED_STATE__", + "__typename", "_cachedRowCount", "_dataBlob", - "__DEV__", "_ensureIndex", "_getPasswordResetTokenLifetimeMs", "_id", - "__PRELOADED_STATE__", - "__typename" + "_typename" ], "allowAfterThis": true } diff --git a/package.json b/package.json index 43c1a05..be86205 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,16 @@ "@commitlint/cli": "7.2.1", "@commitlint/config-conventional": "7.1.2", "babel-eslint": "10.0.1", - "eslint": "5.8.0", + "eslint": "5.9.0", "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "3.1.0", + "eslint-config-prettier": "3.3.0", "eslint-plugin-disable": "1.0.3", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-flowtype": "3.2.0", "eslint-plugin-flowtype-errors": "3.6.0", "eslint-plugin-immutable": "1.0.0", "eslint-plugin-import": "2.14.0", - "eslint-plugin-jest": "21.26.2", + "eslint-plugin-jest": "22.0.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-lodash": "3.1.0", "eslint-plugin-new-with-error": "2.0.0", @@ -32,7 +32,7 @@ "eslint-plugin-react-intl": "1.1.2", "eslint-plugin-security": "1.4.0", "markdownlint-cli": "0.13.0", - "prettier": "1.14.3" + "prettier": "1.15.2" }, "description": "✅ Shared ESLint configuration for Cheddur", "devDependencies": { @@ -71,7 +71,7 @@ "url": "git+https://github.com/cheddur/eslint-config.git" }, "scripts": { - "test": "markdownlint README.md" + "test": "markdownlint --config markdownlint.config.json README.md" }, - "version": "3.3.0" + "version": "3.3.1" }