Skip to content

Commit

Permalink
merge to remote
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-mayanqiong committed Feb 19, 2019
2 parents 0b84860 + 29c0256 commit e051965
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/lib/
/node_modules/
/.idea/
.DS_Store
.idea/
node_modules/
.vscode/
doc/

nohup.out
buglist.md
9 changes: 9 additions & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"preset": "google",
"requireCurlyBraces": null, // or false
"maxErrors": null,
"validateIndentation": 4,
"maximumLineLength": 150,
"requireDotNotation": { "allExcept": [ "snake_case" ] },
"excludeFiles": ["node_modules/**", "dist/**", "src/assets/**", "gulpfile.js", "defaults"]
}
Loading

0 comments on commit e051965

Please sign in to comment.