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

Commit

Permalink
remove eslint-plugin-better
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Dec 9, 2018
1 parent 0b7b5c5 commit eaa92f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
extends: [
'./configs/basic.js',
'./configs/babel.js',
'./configs/better.js',
'./configs/async-await.js',
'./configs/dependencies.js',
'./configs/firecloud.js',
Expand Down
26 changes: 0 additions & 26 deletions configs/better.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 @@ -2,7 +2,6 @@ module.exports = {
extends: [
'./configs/basic.js',
'./configs/babel.js',
'./configs/better.js',
'./configs/async-await.js',
'./configs/dependencies.js',
'./configs/firecloud.js',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.9.0",
Expand All @@ -34,7 +33,6 @@
"eslint": "^5.9.0",
"eslint-config-firecloud": "file:.",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-dependencies": "^2.4.0",
"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 eaa92f9

Please sign in to comment.