Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
ginfinite
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
superman
ginfinite
Commits
fac380e6
Commit
fac380e6
authored
Oct 21, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submit .gitignore
parent
e4c2d872
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
0 deletions
+44
-0
.editorconfig
.editorconfig
+16
-0
.eslintignore
.eslintignore
+1
-0
.eslintrc
.eslintrc
+24
-0
.gitignore
.gitignore
+3
-0
No files found.
.editorconfig
0 → 100644
View file @
fac380e6
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
.eslintignore
0 → 100644
View file @
fac380e6
src/**/*-test.js
.eslintrc
0 → 100644
View file @
fac380e6
{
"parser": "babel-eslint",
"extends": "eslint-config-airbnb",
"rules": {
"spaced-comment": [0],
"no-unused-vars": [0],
"no-empty": [0],
"react/wrap-multilines": [0],
"react/no-multi-comp": [0],
"no-constant-condition": [0],
"react/jsx-no-bind": [0],
"react/prop-types": [0],
"arrow-body-style": [0],
"react/prefer-stateless-function": [0],
"semi": [0],
"global-require": [0],
"no-shadow": [0],
"no-useless-computed-key": [0],
"no-underscore-dangle": [0]
},
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
.gitignore
0 → 100644
View file @
fac380e6
node_modules
.DS_Store
.idea
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment