mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28:13 -04:00
📦 Chore: fix eslint error notice in indent
This commit is contained in:
parent
b05139fc9a
commit
69e1dc8128
@ -15,7 +15,9 @@ module.exports = {
|
|||||||
'plugins': ['@typescript-eslint'],
|
'plugins': ['@typescript-eslint'],
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off',
|
||||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||||
|
"indent": "off",
|
||||||
|
"@typescript-eslint/indent": ["error", 2]
|
||||||
},
|
},
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: '@typescript-eslint/parser'
|
parser: '@typescript-eslint/parser'
|
||||||
|
Loading…
Reference in New Issue
Block a user