mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
- fixed ordering of prettier plugins for eslint
- - removed eslint config that is automatically added by eslint-pligin-prettier
This commit is contained in:
parent
77246fab62
commit
6308b7cd04
@ -1,20 +1,19 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
plugins: ['@typescript-eslint', 'prettier', 'promise', 'import', 'jsdoc'],
|
||||
plugins: ['@typescript-eslint', 'promise', 'import', 'jsdoc'],
|
||||
env: {
|
||||
node: true,
|
||||
es6: true
|
||||
},
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:prettier/recommended',
|
||||
'plugin:promise/recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:jsdoc/recommended',
|
||||
'plugin:import/errors',
|
||||
'plugin:import/warnings',
|
||||
'plugin:import/typescript',
|
||||
'prettier'
|
||||
'plugin:prettier/recommended'
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/explicit-function-return-type': 'error',
|
||||
|
Loading…
Reference in New Issue
Block a user