Skip to content

Commit

Permalink
chore: temporarily remove prettier until we are ready for autoformatt…
Browse files Browse the repository at this point in the history
…ing again
  • Loading branch information
eonarheim committed Jan 14, 2024
1 parent b883391 commit 3040b04
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"recommendations": [
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
"eamodio.gitlens",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Excalibur is committed to supporting the latest 2 versions of popular desktop an
### Prerequisites

- **Required:** [Node.js](https://nodejs.org/) 14.x & npm 6.x
- _Recommended:_ [Prettier plugin for VS Code](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- _Recommended:_ [ESLint plugin for VS Code](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

After cloning the repository, run:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"test:watch": "karma start --auto-watch --single-run=false",
"coveralls": "echo 'Temporarily Remove Coveralls Due To Outage'",
"apidocs": "node scripts/apidocs.js",
"pretty": "prettier --write \"{src,sandbox/src,sandbox/tests}/**/*.{ts,js,json,css,md}\" --config prettier.config.js",
"release": "cross-env release=true npm run all"
},
"devDependencies": {
Expand Down
12 changes: 0 additions & 12 deletions prettier.config.js

This file was deleted.

0 comments on commit 3040b04

Please sign in to comment.