diff --git a/index.js b/index.js index 92e1cfd..700ccd9 100644 --- a/index.js +++ b/index.js @@ -46,12 +46,12 @@ module.exports = { }, { selector: 'variable', - modifier: 'destructured', + modifiers: ['destructured'], format: null }, { selector: 'variable', - modifier: ['const', 'global'], + modifiers: ['const', 'global'], format: ['UPPEER_CASE', 'snake_case'] } ],