feat: Header for help-center pages (#4987)

This commit is contained in:
Sivin Varghese
2022-07-08 21:19:19 +05:30
committed by GitHub
parent 1bb9556c86
commit 43f46e96d4
12 changed files with 448 additions and 11 deletions

View File

@@ -1,5 +1,10 @@
module.exports = {
extends: ['airbnb-base/legacy', 'prettier', 'plugin:vue/recommended'],
extends: [
'airbnb-base/legacy',
'prettier',
'plugin:vue/recommended',
'plugin:storybook/recommended',
],
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2020,