Skip to content

Commit

Permalink
eslint-config-1stdibs@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twhid committed Aug 12, 2019
1 parent 43b3bfa commit b63de2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-1stdibs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-1stdibs",
"github": "https://github.com/1stdibs/eslint-config-1stdibs",
"version": "6.0.0-twhid.1",
"version": "6.0.0",
"description": "ESLint configurations for 1stdibs projects.",
"main": "index.js",
"author": "1stdibs <npm@1stdibs.com> (https://1stdibs.com)",
Expand All @@ -12,6 +12,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint-config-1stdibs": "^3.0.0",
"eslint-config-1stdibs-base": "^3.0.0-beta.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "^3.9.1",
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint-config-1stdibs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ eslint-config-1stdibs-base@^3.0.0-beta.1:
eslint-plugin-prettier "^3.1.0"
prettier "^1.18.2"

eslint-config-1stdibs@^3.0.0:
version "3.3.1"
resolved "https://registry.npmjs.org/eslint-config-1stdibs/-/eslint-config-1stdibs-3.3.1.tgz#53fdfe07b76db6efbad9cf91dbc5ff0bbbf50ef2"
integrity sha1-U/3+B7dttu+62c+R28X/C7v1DvI=

eslint-config-prettier@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
Expand Down

0 comments on commit b63de2c

Please sign in to comment.