diff --git a/index.js b/index.js index 700ccd9..81eb172 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ module.exports = { { selector: 'variable', modifiers: ['const', 'global'], - format: ['UPPEER_CASE', 'snake_case'] + format: ['UPPER_CASE', 'snake_case'] } ], '@typescript-eslint/no-use-before-define': 'off', diff --git a/package.json b/package.json index 96fc8bf..f04d6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config-ts", - "version": "1.1.31", + "version": "1.1.32", "description": "scode eslint typescript configuration", "main": "index.js", "scripts": {