Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 25 additions & 26 deletions website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
{
"env": {
"browser": true,
"es2020": true
"browser": true,
"es2020": true
},
"extends": [
"plugin:react/recommended",
"airbnb"
],
"extends": ["plugin:react/recommended", "airbnb"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 11,
"sourceType": "module"
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 11,
"sourceType": "module"
},
"plugins": [
"react"
],
"plugins": ["react"],
"rules": {
"react/function-component-definition": "off",
"react/jsx-filename-extension": [1, {
"extensions": [".js", ".jsx"]}
],
"react/jsx-props-no-spreading": "off",
"react/jsx-no-unescaped-entities": "off",
"react/jsx-one-expression-per-line": "off",
"react/no-array-index-key": "off",
"import/no-unresolved": "off",
"max-len":"off",
"quotes": "off"
"react/function-component-definition": "off",
"react/jsx-filename-extension": [
1,
{
"extensions": [".js", ".jsx"]
}
],
"react/jsx-props-no-spreading": "off",
"react/jsx-no-unescaped-entities": "off",
"react/jsx-one-expression-per-line": "off",
"react/no-array-index-key": "off",
"import/no-unresolved": "off",
"max-len": "off",
"quotes": "off",
"linebreak-style": ["error", "windows"]
}
}
}
7 changes: 7 additions & 0 deletions website/src/data/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import zion from '../images/ourTeam/memberImages/zion.jpg';

// --- Members ---
import seanfong from '../images/ourTeam/memberImages/seanfong.jpg';
import seankelman from '../images/ourTeam/memberImages/seankelman.jpg';
// --- ------- ---

// Note for bootcamp task: The members attribute of each section is an ordered list.
Expand Down Expand Up @@ -183,6 +184,12 @@ const members = {
linkedinURL: 'https://www.linkedin.com/in/minhtnguy/',
imageURL: minh,
},
{
name: 'Sean Kelman',
position: 'Developer',
linkedinURL: 'https://www.linkedin.com/in/sean-kelman-633057211/',
imageURL: seankelman,
},
{
name: 'Zion Mateo',
position: 'Developer',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.