Skip to content

Commit

Permalink
Merge pull request #9 from mishaberezin/tanker
Browse files Browse the repository at this point in the history
Refactoring and bug fixes in tanker.js translator
  • Loading branch information
blond committed Aug 2, 2015
2 parents 72de01d + 86f244c commit 03c5b40
Show file tree
Hide file tree
Showing 8 changed files with 1,863 additions and 376 deletions.
4 changes: 2 additions & 2 deletions .jscs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
excludeFiles: [
'node_modules',
'exlib',
'coverage'
'coverage',
'exlib/sax.js'
],
requireSpaceAfterKeywords: ['if', 'else', 'for', 'while', 'do', 'switch', 'return', 'try', 'catch'],
requireSpaceBeforeBlockStatements: true,
Expand Down
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
exlib
coverage
exlib/sax.js
5 changes: 5 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"globals": {
"describe": false,
"it": false
},

"bitwise": true,
"curly": true,
"eqeqeq": true,
Expand Down
Loading

0 comments on commit 03c5b40

Please sign in to comment.