Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim authored and Brian Kim committed Feb 4, 2024
1 parent 89238ac commit d3bd319
Show file tree
Hide file tree
Showing 39 changed files with 1,529 additions and 932 deletions.
18 changes: 4 additions & 14 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,13 @@
},
"plugins": [
"@typescript-eslint",
"prettier",
"react"
"prettier"
],
"extends": [
"eslint:recommended",
"plugin:prettier/recommended"
"plugin:prettier/recommended",
"plugin:crank/recommended"
],

"settings": {
"react": {
"pragma": "createElement",
"fragment": "Fragment"
}
},
"rules": {
"no-console": [
"error",
Expand All @@ -41,7 +34,6 @@
"argsIgnorePattern": "^_"
}
],
"no-empty-pattern": 0,
"no-dupe-class-members": 0,
"@typescript-eslint/no-dupe-class-members": 1,
"no-undef": 0,
Expand All @@ -55,8 +47,6 @@
"bracketSpacing": false
}
],
"linebreak-style": ["error", "unix"],
"react/jsx-uses-vars": 1,
"react/jsx-uses-react": 1
"linebreak-style": ["error", "unix"]
}
}
Loading

0 comments on commit d3bd319

Please sign in to comment.