Skip to content

Commit 62a52c3

Browse files
committed
ide linting fix
1 parent 7da5b5c commit 62a52c3

File tree

1 file changed

+15
-15
lines changed
  • apps/remix-ide/src/app/plugins/templates-selection

1 file changed

+15
-15
lines changed

apps/remix-ide/src/app/plugins/templates-selection/templates.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export const templates = (intl) => {
261261
{
262262
name: "OxProject",
263263
items: [
264-
{ value: "zeroxErc20", displayName: "ERC20", tagList: ["ERC20", "Solidity"], description: "A standard interface for fungible tokens by 0xProject"}
264+
{ value: "zeroxErc20", displayName: "ERC20", tagList: ["ERC20", "Solidity"], description: "A standard interface for fungible tokens by 0xProject" }
265265
]
266266
},
267267
{
@@ -281,7 +281,7 @@ export const templates = (intl) => {
281281
{
282282
name: "Generic ZKP",
283283
items: [
284-
{
284+
{
285285
value: "sindriScripts",
286286
tagList: ["ZKP"],
287287
displayName: intl.formatMessage({ id: 'filePanel.addscriptsindri' }),
@@ -296,13 +296,13 @@ export const templates = (intl) => {
296296
displayName: intl.formatMessage({ id: 'filePanel.uniswapV4Template' }),
297297
description: 'Use an Uniswap hook'
298298
},
299-
{
299+
{
300300
value: "breakthroughLabsUniswapv4Hooks",
301-
displayName: intl.formatMessage({ id: 'filePanel.breakthroughLabsUniswapv4Hooks' }),
301+
displayName: intl.formatMessage({ id: 'filePanel.breakthroughLabsUniswapv4Hooks' }),
302302
description: 'Use an Uniswap hook developed by Breakthrough Labs'
303303
},
304-
{
305-
value: "uniswapV4HookBookMultiSigSwapHook",
304+
{
305+
value: "uniswapV4HookBookMultiSigSwapHook",
306306
displayName: intl.formatMessage({ id: 'filePanel.uniswapV4HookBookMultiSigSwapHook' }),
307307
description: 'Use a MultiSigSwapHook developed by Breakthrough Labs'
308308
}
@@ -311,26 +311,26 @@ export const templates = (intl) => {
311311
{
312312
name: "Solidity CREATE2",
313313
items: [
314-
{
314+
{
315315
value: "contractCreate2Factory",
316-
tagList: ["Solidity"],
316+
tagList: ["Solidity"],
317317
displayName: intl.formatMessage({ id: 'filePanel.addcreate2solidityfactory' }),
318318
description: 'Factory for deploying a Contract using the CREATE2 opcode.'
319319
},
320-
{
320+
{
321321
value: "contractDeployerScripts",
322322
displayName: intl.formatMessage({ id: 'filePanel.addscriptdeployer' }),
323-
description: 'Script for deploying a Contract using the CREATE2 opcode.'
323+
description: 'Script for deploying a Contract using the CREATE2 opcode.'
324324
}
325325
]
326326
},
327327
{
328328
name: "Contract Verification",
329329
items: [
330-
{
331-
value: "etherscanScripts",
330+
{
331+
value: "etherscanScripts",
332332
displayName: intl.formatMessage({ id: 'filePanel.addscriptetherscan' }),
333-
description: 'Script for verifying a Contract in Etherscan.'
333+
description: 'Script for verifying a Contract in Etherscan.'
334334
},
335335
],
336336
},
@@ -343,9 +343,9 @@ export const templates = (intl) => {
343343
},
344344
{ value: "runSolidityUnittestingAction",
345345
displayName: intl.formatMessage({ id: 'filePanel.solghaction' }),
346-
description: 'Run a Solidity Unittest Workflow in a GitHub CI.'
346+
description: 'Run a Solidity Unittest Workflow in a GitHub CI.'
347347
},
348-
{
348+
{
349349
value: "runSlitherAction",
350350
displayName: intl.formatMessage({ id: 'filePanel.slitherghaction' }),
351351
description: 'Run a Slither Security Analysis in a GitHub CI.'

0 commit comments

Comments
 (0)