Skip to content

Commit

Permalink
chore: removed alex linting
Browse files Browse the repository at this point in the history
As much as I appreciate this tool, it's simply not fit for Discord's writing style which we're emulating closely. Without being able to use much of Discord's vocabulary, the value of this tool greatly decreases for us.
  • Loading branch information
Pkmmte committed May 16, 2023
1 parent 99dbe81 commit 65e3cf0
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 2,406 deletions.
21 changes: 0 additions & 21 deletions .alexrc.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"node": ">=18.0.0"
},
"scripts": {
"lint": "pnpm lint:eslint && pnpm lint:language && pnpm lint:style",
"lint": "pnpm lint:eslint && pnpm lint:style",
"lint:eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint:language": "alex .",
"lint:style": "prettier --write .",
"publish:canary": "pnpm lint && turbo run build && changeset publish --tag canary",
"publish:next": "pnpm lint && turbo run build && changeset publish --tag next",
Expand All @@ -36,7 +35,6 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"alex": "11.0.0",
"eslint": "8.36.0",
"prettier": "2.8.5",
"turbo": "1.8.4",
Expand Down
Loading

0 comments on commit 65e3cf0

Please sign in to comment.