fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2021-03-11 21:08:18 +01:00
parent a7aebc6d54
commit 10fa53b0ea
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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": {