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-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neculau (anu) committed Mar 14, 2018
1 parent 1bbeda1 commit 3dc5a08
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion browser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'./configs/basic.js',
'./configs/babel.js',
'./configs/better.js',
'./configs/async-await.js',
'./configs/dependencies.js',
Expand Down
20 changes: 0 additions & 20 deletions configs/babel.js

This file was deleted.

1 change: 0 additions & 1 deletion node.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'./configs/basic.js',
'./configs/babel.js',
'./configs/better.js',
'./configs/async-await.js',
'./configs/dependencies.js',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"babel-eslint": "^7.2.3",
"eslint": "^4.18.2",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-dependencies": "^2.4.0",
"eslint-plugin-fp": "^2.3.0",
Expand Down

0 comments on commit 3dc5a08

Please sign in to comment.