Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
🚨 Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TzviPM committed Aug 2, 2018
1 parent 4e99169 commit bac5ae2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"jest-transform-graphql": "^2.1.0",
"lerna": "^2.9.0",
"plop": "^2.0.0",
"prettier": "^1.14.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-utilities/src/test/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import {mount} from 'enzyme';

import {trigger, findById} from '..';

// eslint-disable-next-line shopify/strict-component-boundaries
import {Toggle} from './fixtures/Toggle';
// eslint-disable-next-line shopify/strict-component-boundaries
import {ActionList, Action} from './fixtures/Actions';

describe('enzyme-utilities', () => {
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2181,9 +2181,9 @@ [email protected]:
jsx-ast-utils "^2.0.1"
prop-types "^15.6.0"

eslint-plugin-shopify@^22.1.0:
version "22.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-shopify/-/eslint-plugin-shopify-22.1.0.tgz#b8fb743bcce813e92cd1b813633b61d994781dd3"
eslint-plugin-shopify@^23.0.0:
version "23.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-shopify/-/eslint-plugin-shopify-23.1.0.tgz#7161890ed15b9c48ec064ce96b391c5b2886d49a"
dependencies:
babel-eslint "8.2.3"
eslint-config-prettier "2.9.0"
Expand All @@ -2206,9 +2206,7 @@ eslint-plugin-shopify@^22.1.0:
merge "1.2.0"
pascal-case "^2.0.1"
pkg-dir "2.0.0"
typescript-eslint-parser "15.0.0"
optionalDependencies:
prettier "^1.12.1"
typescript-eslint-parser "17.0.1"

[email protected]:
version "1.3.1"
Expand Down Expand Up @@ -5460,9 +5458,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.12.1:
version "1.13.6"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.6.tgz#00ae0b777ad92f81a9e7a1df2f0470b6dab0cb44"
prettier@^1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"

pretty-format@^23.2.0:
version "23.2.0"
Expand Down Expand Up @@ -6662,9 +6660,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript-eslint-parser@15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-15.0.0.tgz#882fd3d7aabffbab0a7f98d2a59fb9a989c2b37f"
typescript-eslint-parser@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/typescript-eslint-parser/-/typescript-eslint-parser-17.0.1.tgz#ddc681a3afa51a9baa6746a001eb5f29fb1365d3"
dependencies:
lodash.unescape "4.0.1"
semver "5.5.0"
Expand Down

0 comments on commit bac5ae2

Please sign in to comment.