|
|
|
|
@ -3,12 +3,7 @@ module.exports = {
@@ -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: { |
|
|
|
|
|