0

Prettified Code!

This commit is contained in:
gabek 2021-06-16 06:17:22 +00:00 committed by GitHub Action
parent 238842bb66
commit 990c402a96

View File

@ -3,11 +3,7 @@ module.exports = {
browser: true,
es2021: true,
},
extends: [
'plugin:react/recommended',
'airbnb',
'prettier',
],
extends: ['plugin:react/recommended', 'airbnb', 'prettier'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
@ -29,7 +25,7 @@ module.exports = {
'no-use-before-define': [0],
'@typescript-eslint/no-use-before-define': [1],
"react/jsx-no-target-blank": [1, { "allowReferrer": false, "enforceDynamicLinks": 'always' }],
'react/jsx-no-target-blank': [1, { allowReferrer: false, enforceDynamicLinks: 'always' }],
'import/extensions': [
'error',
'ignorePackages',