Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"plugin:jsx-a11y/recommended",
"prettier"
],
"settings": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added due to some warnings after the ESLINT upgrade

"react": {
"version": "16.4.2"
}
},
"globals": {
"jest": true,
"BASE_PATH_NAME": true,
"PACKAGE_VERSION": true
},
"plugins": [
"prettier",
"react",
"jest",
"jsx-a11y"
],
"plugins": ["prettier", "react", "jest", "jsx-a11y"],
"env": {
"es6": true,
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy:
branch: master

- provider: script
script: utils/travis/publish-packages.js
script: yarn lerna publish from-git --no-verify-access --yes
skip_cleanup: true
on:
branch: master
33 changes: 0 additions & 33 deletions utils/travis/publish-packages.js

This file was deleted.