File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ const ES_CONFIG: ESLint.Options = {
1010 "baseConfig" : { } ,
1111 "overrideConfig" : {
1212 "globals" : {
13- "$A" : "readonly" , // For Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_jsapi_dollarA.htm
13+ "$A" : "readonly" , // For Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_jsapi_dollarA.htm
14+ "$Browser" : "readonly" , // For Lightning Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/expr_source.htm
15+ "$ContentAsset" : "readonly" , // For Lightning Aura: ^
16+ "$Label" : "readonly" , // For Lightning Aura: ^
17+ "$Locale" : "readonly" , // For Lightning Aura: ^
18+ "$Resource" : "readonly" // For Lightning Aura: ^
1419 } ,
1520 "parser" : "@babel/eslint-parser" ,
1621 "parserOptions" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,12 @@ const ES_CONFIG: ESLint.Options = {
1313 "baseConfig" : { } ,
1414 "overrideConfig" : {
1515 "globals" : {
16- "$A" : "readonly" , // For Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_jsapi_dollarA.htm
16+ "$A" : "readonly" , // For Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_jsapi_dollarA.htm
17+ "$Browser" : "readonly" , // For Lightning Aura: https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/expr_source.htm
18+ "$ContentAsset" : "readonly" , // For Lightning Aura: ^
19+ "$Label" : "readonly" , // For Lightning Aura: ^
20+ "$Locale" : "readonly" , // For Lightning Aura: ^
21+ "$Resource" : "readonly" // For Lightning Aura: ^
1722 } ,
1823 "parser" : "@babel/eslint-parser" ,
1924 "parserOptions" : {
You can’t perform that action at this time.
0 commit comments