Skip to content

Commit

Permalink
chore: lint project
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 16, 2023
1 parent d7c070a commit 6eee197
Show file tree
Hide file tree
Showing 8 changed files with 1,960 additions and 95 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public
19 changes: 19 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": [
"plugin:bpmn-io/recommended",
"plugin:svelte/recommended"
],
"overrides": [
{
"files": ["*.svelte"],
"parser": "svelte-eslint-parser"
}
],
"rules": {
"svelte/no-at-html-tags": "warn",
"svelte/valid-compile": "warn"
},
"parserOptions": {
"ecmaVersion": 2020
}
}
Loading

0 comments on commit 6eee197

Please sign in to comment.