Skip to content

Commit 9e063e8

Browse files
authored
Merge pull request #5 from TransitApp/update-dependencies
Update dependencies and bump version number
2 parents 8afff2e + 5afe66f commit 9e063e8

File tree

4 files changed

+460
-603
lines changed

4 files changed

+460
-603
lines changed

packages/eslint-config-transit/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
exports: 'always-multiline',
2929
functions: 'ignore',
3030
}],
31-
'no-underscore-dangle': ['error',{
31+
'no-underscore-dangle': ['error', {
3232
'allowAfterThis': true,
3333
'allowAfterSuper': true,
3434
}],

0 commit comments

Comments
 (0)