This commit is contained in:
parent
94ff6b5c18
commit
543b8d50d1
4
index.js
4
index.js
@ -46,12 +46,12 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
selector: 'variable',
|
selector: 'variable',
|
||||||
modifier: 'destructured',
|
modifiers: ['destructured'],
|
||||||
format: null
|
format: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
selector: 'variable',
|
selector: 'variable',
|
||||||
modifier: ['const', 'global'],
|
modifiers: ['const', 'global'],
|
||||||
format: ['UPPEER_CASE', 'snake_case']
|
format: ['UPPEER_CASE', 'snake_case']
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user