8000 Update docs and remove unused deps by rajsite · Pull Request #4 · ni/fast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update docs and remove unused deps #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

8000 Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Mar 19, 2025
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
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# Set the default behavior, in case contributors don't have core.autocrlf set.
* text=auto

# prevent Github from including yarn source
.yarn/releases/*.cjs linguist-vendored
45 changes: 10 additions & 35 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,39 +1,14 @@
# Approval for at least one *code owner* is required all packages.
# Each line is a file pattern followed by one or more owners.
# More info: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more *code owners*.
# The last matching pattern has the most precendence.
# These owners will be the default owners for everything in the repo.
* @rajsite @jattasNI

# These *code owners* will be the default owners for everything in the repository.
* @chrisdholt @janechu @nicholasrice @EisenbergEffect
# Owners of specific locations or file patterns in the repo. Locations are relative to the root of the repo.
# Order is important. The last matching pattern has the most precedence.

# File type specific owners
# Markdown specific files
*.md @awentzel @chrisdholt @falkicon @EisenbergEffect
/docs/ @awentzel @chrisdholt @falkicon @EisenbergEffect
# Specific packages
# None

# GitHub management
.github/ @awentzel @janechu @chrisdholt @nicholasrice
.github/workflows/ @awentzel @chrisdholt @nicholasrice

# Build scripts
*.yml @awentzel @janechu @nicholasrice @chrisdholt @EisenbergEffect
build/ @janechu @nicholasrice @chrisdholt @awentzel @EisenbergEffect

# Specifications
/specs/ @EisenbergEffect @chrisdholt @janechu @nicholasrice

# Sites
/sites/fast-color-explorer/ @nicholasrice @janechu @bheston
/sites/website/ @awentzel @chrisdholt @falkicon @EisenbergEffect

# Package specific owners

# Utilities
/packages/utilities/fast-colors/ @nicholasrice @chrisdholt
/packages/utilities/fast-eslint-rules/ @nicholasrice @janechu @chrisdholt
/packages/utilities/fast-web-utilities/ @janechu @chrisdholt @nicholasrice

# Web components
/packages/web-components/fast-element/ @EisenbergEffect @chrisdholt @janechu @nicholasrice
/packages/web-components/fast-foundation/ @EisenbergEffect @chrisdholt @nicholasrice
# Change files don't need explicit reviewers
/change
52 changes: 0 additions & 52 deletions .github/stale.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"editor.trimAutoWhitespace": true,
"eslint.codeActionsOnSave.mode": "problems",
"eslint.lintTask.enable": true,
"eslint.packageManager": "yarn",
"eslint.validate": [
"typescript"
],
Expand All @@ -30,9 +29,12 @@
"javascript.format.enable": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"npm.packageManager": "yarn",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.format.enable": false,
"typescript.preferences.quoteStyle": "double",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"Beachball",
"Blazor"
]
}
19 changes: 0 additions & 19 deletions BRANCH_GUIDE.md

This file was deleted.

46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading
Loading
0