Skip to content

Commit

Permalink
add linting to travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Symmetronic committed Aug 27, 2020
1 parent 0f97ad4 commit 18c3345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ cache:
install: npm ci

script:
- npm run lint
- npm run test:coveralls
2 changes: 1 addition & 1 deletion src/dwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const DEFAULT_WAVELET: Wavelet = 'haar';
/**
* Collection of methods for Discrete Wavelet Transform (DWT).
*/
export default class dwt {
export default class Dwt {

/**
* Single level Discrete Wavelet Transform.
Expand Down

0 comments on commit 18c3345

Please sign in to comment.