Skip to content

Commit

Permalink
Clean up eslint/* directories (#10729)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo authored and nicolo-ribaudo committed Nov 17, 2019
1 parent 401c9bb commit 53a3dac
Show file tree
Hide file tree
Showing 36 changed files with 3,898 additions and 2,454 deletions.
4 changes: 4 additions & 0 deletions eslint/babel-eslint-config-internal/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
test
.*
*.log
2 changes: 0 additions & 2 deletions eslint/babel-eslint-parser/.gitignore

This file was deleted.

4 changes: 4 additions & 0 deletions eslint/babel-eslint-parser/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
test
.*
*.log
1 change: 0 additions & 1 deletion eslint/babel-eslint-parser/.npmrc

This file was deleted.

16 changes: 0 additions & 16 deletions eslint/babel-eslint-parser/.travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions eslint/babel-eslint-parser/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"node": ">=6"
},
"main": "lib/index.js",
"files": [
"lib"
],
"peerDependencies": {
"@babel/core": ">=7.2.0",
"eslint": ">= 4.12.1"
Expand Down
6 changes: 4 additions & 2 deletions eslint/babel-eslint-plugin-development/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
tests/
.*
src
test
.*
*.log
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email": "nicolo.ribaudo@gmail.com",
"url": "https://github.com/nicolo-ribaudo"
},
"main": "src/index.js",
"main": "lib/index.js",
"devDependencies": {
"eslint": "^5.9.0"
},
Expand Down
4 changes: 4 additions & 0 deletions eslint/babel-eslint-plugin/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
test
.*
*.log
9 changes: 0 additions & 9 deletions eslint/babel-eslint-plugin/.travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-babel",
"version": "5.3.0",
"description": "an eslint rule plugin companion to babel-eslint",
"main": "index.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/eslint-plugin-babel.git"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 53a3dac

Please sign in to comment.