Skip to content

Commit f49fe13

Browse files
committed
Remove IntelliJ files from checkin and add a package.json
1 parent 856beea commit f49fe13

File tree

2 files changed

+29
-24
lines changed

2 files changed

+29
-24
lines changed

.gitignore

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
# Logs
2-
logs
3-
*.log
4-
5-
# Runtime data
6-
pids
7-
*.pid
8-
*.seed
9-
10-
# Directory for instrumented libs generated by jscoverage/JSCover
11-
lib-cov
12-
13-
# Coverage directory used by tools like istanbul
14-
coverage
15-
16-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17-
.grunt
18-
19-
# node-waf configuration
20-
.lock-wscript
21-
22-
# Compiled binary addons (http://nodejs.org/api/addons.html)
23-
build/Release
24-
251
# Dependency directory
262
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
273
node_modules
4+
5+
#IntelliJ
6+
.idea

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "eslint-plugin-react-props",
3+
"version": "1.0.0",
4+
"description": "a collection of eslint plugins for react prop types",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/craigbilner/eslint-plugin-react-props.git"
12+
},
13+
"keywords": [
14+
"eslint",
15+
"react",
16+
"props",
17+
"types",
18+
"prop-types"
19+
],
20+
"author": "Craig Bilner",
21+
"license": "Apache-2.0",
22+
"bugs": {
23+
"url": "https://github.com/craigbilner/eslint-plugin-react-props/issues"
24+
},
25+
"homepage": "https://github.com/craigbilner/eslint-plugin-react-props#readme"
26+
}

0 commit comments

Comments
 (0)