mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-19 18:23:57 +08:00
Minor repo cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"root": true,
|
||||
"env": {
|
||||
"node": true,
|
||||
"browser": true
|
||||
@@ -10,7 +11,7 @@
|
||||
/**
|
||||
* Strict mode
|
||||
*/
|
||||
"strict": [2, "global"], // http://eslint.org/docs/rules/strict
|
||||
"strict": [2, "global"], // http://eslint.org/docs/rules/strict
|
||||
|
||||
/**
|
||||
* Variables
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
.DS_Store
|
||||
npm-debug.log
|
||||
|
||||
dist/
|
||||
coverage/
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user