@faasjs/lint
v7.0.2
Published
Lint tool for FaasJS, based on [Biome](https://biomejs.dev).
Readme
@faasjs/lint
Lint tool for FaasJS, based on Biome.
Install
- Install
@faasjs/lint:
npm install @faasjs/lint- Create
biome.jsonwith content:
{
"extends": ["@faasjs/lint/biome"]
}- Add the following script to
package.json:
"scripts": {
"lint": "biome lint"
}Tips for VSCode
- Install Biome extension.
- Update your
.vscode/settings.jsonwith the following content:
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"quickfix.biome": "explicit"
},
"editor.formatOnSave": true
}References
Troubleshooting
- If you encounter any issues, please refer to the FaasJS documentation or open an issue on GitHub.
