mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
simplify eslint config
This commit is contained in:
parent
6940643fd8
commit
5e32141d31
11
.eslintrc.js
11
.eslintrc.js
|
@ -7,17 +7,11 @@ module.exports = {
|
|||
// 'plugin:vue/essential',
|
||||
'plugin:vue/recommended',
|
||||
'@vue/airbnb',
|
||||
// 'prettier',
|
||||
// 'plugin:prettier-vue/recommended',
|
||||
// 'prettier/vue',
|
||||
// 'prettier/@typescript-eslint',
|
||||
// 'plugin:@typescript-eslint/recommended',
|
||||
// '@vue/typescript',
|
||||
// '@typescript-eslint',
|
||||
'@vue/typescript/recommended',
|
||||
'@vue/prettier',
|
||||
'@vue/prettier/@typescript-eslint',
|
||||
],
|
||||
|
||||
parser: 'vue-eslint-parser',
|
||||
parserOptions: {
|
||||
parser: '@typescript-eslint/parser',
|
||||
|
@ -30,8 +24,5 @@ module.exports = {
|
|||
'class-methods-use-this': 0,
|
||||
// disable eslint no-shadow as it's causing false positives on typescript enums
|
||||
'no-shadow': 'off',
|
||||
// '@typescript-eslint/no-shadow': 'error',
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user