Skip to content

Commit

Permalink
Merge pull request mui#117 from threehams/master
Browse files Browse the repository at this point in the history
Add to gitignore and eslintignore files.
  • Loading branch information
ctrlplusb authored Oct 2, 2016
2 parents 09c5577 + 9a45c25 commit 7bad79e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
tools/flow/
node_modules/
build/
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"defaultParams": true
},
"rules": {
# We use the 'import' plugin which allows for cases "flow" awareness.
// We use the 'import' plugin which allows for cases "flow" awareness.
"no-duplicate-imports": 0,

"flow-vars/define-flow-type": 1,
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ npm-debug.log

# IntelliJ IDE ignore
.idea

# Visual Studio Code
.vscode

0 comments on commit 7bad79e

Please sign in to comment.