This website requires JavaScript.
Explore
Help
Sign In
Spacebar
/
server
Watch
1
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/spacebarchat/server.git
synced
2024-11-05 02:12:28 +01:00
Code
Issues
Releases
Activity
master
server
/
.lintstagedrc
4 lines
48 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add ESLint (#941) * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
2023-01-20 08:10:47 +01:00
{
Update lintstagedrc to run on js files as well
2023-01-24 01:42:03 +01:00
"*.{j,t}s": ["eslint", "prettier --write"]
Add ESLint (#941) * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
2023-01-20 08:10:47 +01:00
}
Copy Permalink