|
|
|
|
@ -3,7 +3,12 @@ module.exports = {
@@ -3,7 +3,12 @@ module.exports = {
|
|
|
|
|
browser: true, |
|
|
|
|
es2021: true, |
|
|
|
|
}, |
|
|
|
|
extends: ['plugin:react/recommended', 'airbnb', 'prettier'], |
|
|
|
|
extends: [ |
|
|
|
|
'plugin:react/recommended', |
|
|
|
|
'airbnb', |
|
|
|
|
'prettier', |
|
|
|
|
'plugin:@next/next/recommended' |
|
|
|
|
], |
|
|
|
|
parser: '@typescript-eslint/parser', |
|
|
|
|
parserOptions: { |
|
|
|
|
ecmaFeatures: { |
|
|
|
|
|