This commit is contained in:
parent
a7aebc6d54
commit
10fa53b0ea
2
index.js
2
index.js
@ -52,7 +52,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
selector: 'variable',
|
selector: 'variable',
|
||||||
modifiers: ['const', 'global'],
|
modifiers: ['const', 'global'],
|
||||||
format: ['UPPEER_CASE', 'snake_case']
|
format: ['UPPER_CASE', 'snake_case']
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'@typescript-eslint/no-use-before-define': 'off',
|
'@typescript-eslint/no-use-before-define': 'off',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/eslint-config-ts",
|
"name": "@sapphirecode/eslint-config-ts",
|
||||||
"version": "1.1.31",
|
"version": "1.1.32",
|
||||||
"description": "scode eslint typescript configuration",
|
"description": "scode eslint typescript configuration",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user