https://github.com/lkytal/coffeelinter
Coffee Lint extension for VS Code
https://github.com/lkytal/coffeelinter
coffee-script linter vscode-extension
Last synced: about 1 year ago
JSON representation
Coffee Lint extension for VS Code
- Host: GitHub
- URL: https://github.com/lkytal/coffeelinter
- Owner: lkytal
- License: agpl-3.0
- Created: 2017-03-20T13:14:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T01:09:49.000Z (over 2 years ago)
- Last Synced: 2024-04-14T06:21:17.418Z (about 2 years ago)
- Topics: coffee-script, linter, vscode-extension
- Language: TypeScript
- Size: 114 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coffee Lint for VSCode
> Install [Coffee Lint](https://marketplace.visualstudio.com/items?itemName=lkytal.coffeelinter) via VSCode market.
Linter for CoffeeScript, which integrates [CoffeeLint](http://www.coffeelint.org/) into VS Code.
If you are new to CoffeeLint check the documentation [here](http://coffeelint.org/).
## Extension Settings
This extension contributes the following settings:
- `coffeelinter.enable`: enable/disable coffeelint. Is enabled by default.
- `coffeelinter.defaultRules`: default rules for coffeelint. You can modify it or overwrite it by adding a coffeelint.json file in the root of your workspace.
## Source code structure
- Extension itself in ./coffeelint
- Language server in ./coffeelint-server
## My Other extensions
- ### [FlatUI](https://marketplace.visualstudio.com/items?itemName=lkytal.FlatUI)
- ### [Quick Task](https://marketplace.visualstudio.com/items?itemName=lkytal.quicktask)
- ### [Pomodoro](https://marketplace.visualstudio.com/items?itemName=lkytal.pomodoro)
- ### [Translator Plus](https://marketplace.visualstudio.com/items?itemName=lkytal.translatorplus)
## Acknowledgment
> Based on [coffeelint](https://marketplace.visualstudio.com/items?itemName=slb235.vscode-coffeelint)
>