Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
breaking: remove eslint-plugin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Apr 14, 2019
1 parent 61b00d2 commit 2d6383a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
'./configs/basic.js',
'./configs/babel.js',
'./configs/async-await.js',
'./configs/dependencies.js',
'./configs/firecloud.js',
'./configs/fp.js',
'./configs/import.js',
Expand Down
14 changes: 0 additions & 14 deletions configs/dependencies.js

This file was deleted.

1 change: 0 additions & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
'./configs/basic.js',
'./configs/babel.js',
'./configs/async-await.js',
'./configs/dependencies.js',
'./configs/firecloud.js',
'./configs/fp.js',
'./configs/import.js',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"eslint": "^5.9.0",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-firecloud": "git://github.com/tobiipro/eslint-plugin-firecloud.git#semver:~0.1.0",
"eslint-plugin-fp": "^2.3.0",
Expand All @@ -36,7 +35,6 @@
"eslint-config-firecloud": "file:.",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-firecloud": "git://github.com/tobiipro/eslint-plugin-firecloud.git#semver:~0.1.0",
"eslint-plugin-fp": "^2.3.0",
Expand Down

0 comments on commit 2d6383a

Please sign in to comment.