Skip to content

Commit

Permalink
chore: Add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer committed Nov 21, 2023
1 parent a48bf15 commit 2b4d283
Show file tree
Hide file tree
Showing 8 changed files with 2,364 additions and 726 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
coverage
dist
gen
resources
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root: true
extends:
- eslint-config-mlauffer-nodejs
parserOptions:
sourceType: module
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"files.watcherExclude": {
"**/node_modules/*/**": false,
"**/node_modules/[!@]*/**/*": true
}
"files.watcherExclude": {}
}
Loading

0 comments on commit 2b4d283

Please sign in to comment.