Skip to content

Commit

Permalink
fix(deps): add babel-eslint to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 26, 2020
1 parent 7c34aac commit ce8eafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions smoke-tests/-rules/position-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"babel-eslint": "*",
"eslint-plugin-decorator-position": "*",
"eslint": "*"
}
Expand Down
1 change: 1 addition & 0 deletions smoke-tests/-rules/position-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"babel-eslint": "*",
"eslint-plugin-decorator-position": "*",
"eslint": "*",
"eslint-plugin-prettier": "*",
Expand Down

0 comments on commit ce8eafe

Please sign in to comment.