Skip to content

Commit

Permalink
Merge pull request #381 from TheStanfordDaily/dev
Browse files Browse the repository at this point in the history
Views for individual desks in `Section` screen
  • Loading branch information
MatthewTurk247 authored Jan 19, 2024
2 parents e0a55b3 + 2f4b3c1 commit 514ae0a
Show file tree
Hide file tree
Showing 51 changed files with 7,158 additions and 5,824 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
extends: ["universe/native"],
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
},
plugins: ["babel", "react"],
rules: {
"prettier/prettier": [
"error",
{
endOfLine: "auto",
printWidth: 120,
},
],
},
};
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ buck-out/
.expo/
web-build/

# @end expo-cli
# @end expo-cli

out
196 changes: 0 additions & 196 deletions App.js

This file was deleted.

Loading

0 comments on commit 514ae0a

Please sign in to comment.