Skip to content

Commit ee1981f

Browse files
Update devDeps (#233)
* Update devDeps * Add missing jest-environment-jsdom
1 parent d2f9cc6 commit ee1981f

File tree

9 files changed

+11299
-17531
lines changed

9 files changed

+11299
-17531
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
extends: [
88
'eslint:recommended',
99
'plugin:react/recommended',
10-
'plugin:prettier/recommended',
1110
'plugin:flowtype/recommended',
1211
],
1312
parserOptions: {
@@ -33,7 +32,6 @@ module.exports = {
3332
'linebreak-style': ['off'],
3433
quotes: ['off'],
3534
semi: ['off'],
36-
'prettier/prettier': ['warn'],
3735
'react/no-direct-mutation-state': ['off'],
3836
'react/display-name': ['off'],
3937
'react/prop-types': ['off'],

examples/advanced-flow/components/user/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const UserSubscriber: SubscriberComponent<State, Actions> =
4040

4141
export const UserSelectedSubscriber: SubscriberComponent<
4242
UserSelectedState,
43-
Actions
43+
Actions,
4444
> = createSubscriber(Store, {
4545
selector: selectors.getSelected,
4646
});

0 commit comments

Comments
 (0)