Skip to content

Commit 0fcd652

Browse files
committed
chore(eslint): swapped the cypress config for the travi scoped package
1 parent 2b8b264 commit 0fcd652

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ extends:
55

66
overrides:
77
- files: 'test/integration/*-spec.js'
8-
extends: '@form8ion/cypress'
8+
extends: '@travi/cypress'

package-lock.json

+12-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"devDependencies": {
4747
"@babel/register": "7.5.5",
4848
"@emotion/babel-preset-css-prop": "10.0.14",
49-
"@form8ion/eslint-config-cypress": "1.0.0-beta.1",
5049
"@percy-io/percy-storybook": "2.1.0",
5150
"@storybook/addon-actions": "^5.1.9",
5251
"@storybook/addon-info": "^5.1.9",
@@ -55,6 +54,7 @@
5554
"@travi/any": "2.0.3",
5655
"@travi/babel-preset": "3.0.0",
5756
"@travi/eslint-config": "1.0.12",
57+
"@travi/eslint-config-cypress": "1.0.0-beta.1",
5858
"@travi/eslint-config-mocha": "1.0.2",
5959
"@travi/eslint-config-react": "1.0.1",
6060
"babel-loader": "8.0.6",

0 commit comments

Comments
 (0)