mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Add parser options
This commit is contained in:
parent
8b83d1dfec
commit
b1ece5eaf9
|
@ -21,11 +21,11 @@ export default [
|
|||
...compat.extends('@vue/eslint-config-typescript/recommended'),
|
||||
...compat.extends('@vue/eslint-config-prettier'),
|
||||
{
|
||||
// languageOptions: {
|
||||
// parserOptions: {
|
||||
// parser: '@typescript-eslint/parser',
|
||||
// },
|
||||
// },
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
// // disable eslint no-shadow as it's causing false positives on typescript enums
|
||||
// 'no-shadow': 'off',
|
||||
|
|
Loading…
Reference in New Issue
Block a user