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
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.github/
.husky/
src/
tests/
.editorconfig
Expand Down
9 changes: 9 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"categories": {
"correctness": "error",
"suspicious": "warn"
},
"rules": {},
"ignorePatterns": ["dist", "tests"]
}
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.vscode
.husky
dist
node_modules
.eslintcache
Expand Down
4 changes: 0 additions & 4 deletions contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ The Profanity project includes an .nvmrc file, so you can run `nvm use` to switc
2. NVM will install the required Node version if it isn't installed
3. NVM will set your current Node version to the one required

#### Git Hooks

The Profanity project includes Husky for running Git Hooks. Running `git commit` will trigger `lint-staged` which will lint all files currently staged in Git. If linting fails, the commit will be cancelled

### Translations

We utilize a self-hosted instance of the Open Source [LibreTranslate](https://github.com/LibreTranslate/LibreTranslate) lib to translate the core English list of profane words.
Expand Down
28 changes: 0 additions & 28 deletions eslint.config.mjs

This file was deleted.

Loading
Loading