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

Commit

Permalink
Switched to gts 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziccardi committed Apr 17, 2020
1 parent 48a6fa5 commit e75c208
Show file tree
Hide file tree
Showing 23 changed files with 1,174 additions and 761 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
@@ -0,0 +1,3 @@
**/node_modules
build/
dist/
4 changes: 4 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,4 @@
{
"extends": ["plugin:jest/recommended","./node_modules/gts"],
"plugins": ["jest"]
}
4 changes: 4 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,4 @@
module.exports = {
...require('gts/.prettierrc.json'),
printWidth: 120,
};
5 changes: 1 addition & 4 deletions jest.config.js
Expand Up @@ -3,8 +3,5 @@ module.exports = {
testEnvironment: 'node',
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts'],
roots: [
'test',
'src'
]
roots: ['test', 'src'],
};

0 comments on commit e75c208

Please sign in to comment.