Skip to content

Commit

Permalink
TS cleanup (#1182)
Browse files Browse the repository at this point in the history
* prettier:typescript

* rename - begin to split ts usage tests

* break out t test from init test usage

* break apart t and generic t test

* add broken mock test

* Remove mock test so we can get cleanup on master asap

* add ignore index.d.ts

The remainder of the changes are due to prettier
  • Loading branch information
rosskevin committed Jan 23, 2019
1 parent c1417a8 commit 5134e75
Show file tree
Hide file tree
Showing 8 changed files with 766 additions and 741 deletions.
29 changes: 15 additions & 14 deletions .codeclimate.yml
Expand Up @@ -3,24 +3,25 @@ engines:
enabled: true
config:
languages:
- ruby
- javascript:
mass_threshold: 58
- python
- php
- ruby
- javascript:
mass_threshold: 58
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**/*"
- 'src/**/*'
exclude_paths:
- test/
- coverage/
- dist/
- "i18next.js"
- "i18next.min.js"
- "rollup.config.js"
- "karma.conf.js"
- "karma.backward.conf.js"
- test/
- coverage/
- dist/
- 'i18next.js'
- 'i18next.min.js'
- 'index.d.ts'
- 'rollup.config.js'
- 'karma.conf.js'
- 'karma.backward.conf.js'
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@
npm-debug.log
npm-debug.log.*
*.dat
.vscode

# Ignore various temporary files
*~
Expand Down

0 comments on commit 5134e75

Please sign in to comment.