Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
better test, better paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
moribellamy committed Jul 11, 2020
1 parent 8662e0b commit 119229b
Show file tree
Hide file tree
Showing 17 changed files with 266 additions and 283 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ module.exports = {
project: './tsconfig.json',
},
rules: {
'@typescript-eslint/no-explicit-any': false,
'@typescript-eslint/consistent-type-assertions': ['error', { assertionStyle: 'as' }],
'@typescript-eslint/no-floating-promises': ['error'],
'@typescript-eslint/explicit-function-return-type': ['warn', { allowExpressions: true }],
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '(^h$|Component$)' }],
// Need these two for TSXDom.
'@typescript-eslint/no-namespace': false,
'@typescript-eslint/no-empty-interface': false,
// Use sparingly ;).
'@typescript-eslint/no-explicit-any': false,
'@typescript-eslint/ban-ts-ignore': false,
'prefer-spread': false,
},
};
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Test and Upload Coverage
script: npm run test:coveralls
- name: Bundle Extension
script: npx ts-node bundle.ts
script: npx ts-node scripts/bundle.ts
- name: Lint
script: npm run lint
Loading

0 comments on commit 119229b

Please sign in to comment.