mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Prettified Code!
This commit is contained in:
parent
5b2d215c52
commit
dc0bf6db89
1 changed files with 1 additions and 6 deletions
|
@ -3,12 +3,7 @@ module.exports = {
|
|||
browser: true,
|
||||
es2021: true,
|
||||
},
|
||||
extends: [
|
||||
'plugin:react/recommended',
|
||||
'airbnb',
|
||||
'prettier',
|
||||
'plugin:@next/next/recommended'
|
||||
],
|
||||
extends: ['plugin:react/recommended', 'airbnb', 'prettier', 'plugin:@next/next/recommended'],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
ecmaFeatures: {
|
||||
|
|
Loading…
Reference in a new issue