Skip to content

Commit

Permalink
feat: Add initial commit 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexhd committed Aug 29, 2020
0 parents commit 1e178a2
Show file tree
Hide file tree
Showing 21 changed files with 9,167 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 42 Norminette Checker

This extension will inject norm errors inside your code.

![demo image](demo.gif)

## Configuration

```ts
{
"42norminette.command": string, // Default: 'norminette'
"42norminette.maxErrors": number // Default: 1,
}
```

## Issues

In case of a bug, or missing feature, please create a [Github Pull Request](https://github.com/dalexhd/42-norminette/pulls).

## License

MIT
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "1.0.0"
}
Loading

0 comments on commit 1e178a2

Please sign in to comment.