1
1
/* @flow */
2
2
3
3
module . exports = {
4
- 'extends' : './node_modules/@krakenjs/grumbler-scripts/config/.eslintrc-browser.js' ,
4
+ extends :
5
+ "./node_modules/@krakenjs/grumbler-scripts/config/.eslintrc-browser.js" ,
5
6
6
- ' globals' : {
7
- ' Promise' : false ,
8
- ' __PAYPAL_CHECKOUT__' : true ,
9
- ' __paypal_checkout__' : true ,
10
- ' __sdk__' : true ,
11
- ' __LOCALE__' : true ,
12
- ' __CLIENT_ID__' : true ,
13
- ' __MERCHANT_ID__' : true ,
14
- ' __INTENT__' : true ,
15
- ' __COMMIT__' : true ,
16
- ' __VAULT__' : true ,
17
- ' __PORT__' : true ,
18
- ' __STAGE_HOST__' : true ,
19
- ' __HOST__' : true ,
20
- ' __PATH__' : true ,
21
- ' __COMPONENTS__' : true
22
- } ,
7
+ globals : {
8
+ Promise : false ,
9
+ __PAYPAL_CHECKOUT__ : true ,
10
+ __paypal_checkout__ : true ,
11
+ __sdk__ : true ,
12
+ __LOCALE__ : true ,
13
+ __CLIENT_ID__ : true ,
14
+ __MERCHANT_ID__ : true ,
15
+ __INTENT__ : true ,
16
+ __COMMIT__ : true ,
17
+ __VAULT__ : true ,
18
+ __PORT__ : true ,
19
+ __STAGE_HOST__ : true ,
20
+ __HOST__ : true ,
21
+ __PATH__ : true ,
22
+ __COMPONENTS__ : true ,
23
+ } ,
23
24
24
- ' rules' : {
25
- ' complexity' : ' off' ,
26
- ' max-nested-callbacks' : [ ' error' , 5 ] ,
27
- ' react/prop-types' : ' off' ,
28
- ' react/style-prop-object' : ' off' ,
29
- ' react/display-name' : ' off' ,
30
- ' react/require-default-props' : ' off' ,
31
- ' react/forbid-component-props' : ' off'
32
- }
33
- } ;
25
+ rules : {
26
+ complexity : " off" ,
27
+ " max-nested-callbacks" : [ " error" , 5 ] ,
28
+ " react/prop-types" : " off" ,
29
+ " react/style-prop-object" : " off" ,
30
+ " react/display-name" : " off" ,
31
+ " react/require-default-props" : " off" ,
32
+ " react/forbid-component-props" : " off" ,
33
+ } ,
34
+ } ;
0 commit comments