Skip to content

Commit

Permalink
Merge pull request #433 from AlexsLemonade/dev
Browse files Browse the repository at this point in the history
Production Deploy
  • Loading branch information
davidsmejia authored Sep 14, 2023
2 parents 2312115 + ce5654a commit 0507899
Show file tree
Hide file tree
Showing 31 changed files with 14,963 additions and 11,909 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
args:
- --fix=lf
- id: trailing-whitespace
exclude: ^client/.yarn/*
args:
- --markdown-linebreak-ext=md
# - id: check-executables-have-shebangs
Expand Down
6 changes: 5 additions & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ module.exports = {
configFile: path.resolve(`${__dirname}/.babelrc.js`)
}
},
extends: ['airbnb', 'plugin:prettier/recommended'],
extends: [
'airbnb',
'plugin:prettier/recommended',
'plugin:storybook/recommended'
],
env: {
browser: true,
es6: true
Expand Down
13 changes: 13 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# dependencies
.pnp.*

# yarn
# (resources)
# https://yarnpkg.com/features/zero-installs
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Loading

0 comments on commit 0507899

Please sign in to comment.