Browse Source

Prettified Code!

pull/1886/head
gabek 5 years ago committed by GitHub Action
parent
commit
dc0bf6db89
  1. 7
      web/.eslintrc.js

7
web/.eslintrc.js

@ -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: {

Loading…
Cancel
Save