Skip to content

Commit

Permalink
chore: Package upgrades; bump to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Nov 12, 2018
1 parent 6594aee commit 2285abb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@
"error",
{
"allow": [
"__DEV__",
"__PRELOADED_STATE__",
"__typename",
"_cachedRowCount",
"_dataBlob",
"__DEV__",
"_ensureIndex",
"_getPasswordResetTokenLifetimeMs",
"_id",
"__PRELOADED_STATE__",
"__typename"
"_typename"
],
"allowAfterThis": true
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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"
}

0 comments on commit 2285abb

Please sign in to comment.