Skip to content

Commit

Permalink
Merge pull request #97 from ecaldwell/master
Browse files Browse the repository at this point in the history
code cleanup
  • Loading branch information
ecaldwell committed Oct 31, 2015
2 parents 18166cc + 6d3839e commit 07af3ca
Show file tree
Hide file tree
Showing 7 changed files with 528 additions and 469 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
*.DS_Store
# Dev files
/node_modules
/testing
# Ignore production backup
/backup

# Ignore build files
# Build files
/build
*.zip
*.map
src/js/*.min.js
src/js/portal/*.min.js
build.zip
src/js/portal/*.min.js
11 changes: 11 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"preset": "airbnb",
"disallowMultipleVarDecl": true,
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"requireCapitalizedConstructors": {
"allExcept": ["arcgisOAuthInfo"]
},
"requireTrailingComma": false,
"validateQuoteMarks": {"mark": "\"", "escape": true},
"validateIndentation": {"value": 4, "allExcept": ["comments"]}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ago-assistant",
"title": "ArcGIS Online Assistant",
"description": "A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts.",
"version": "2.1.13",
"version": "2.1.14",
"author": "Evan Caldwell",
"homepage": "https://github.com/Esri/ago-assistant",
"repository": {
Expand Down
Loading

0 comments on commit 07af3ca

Please sign in to comment.