Skip to content

Commit

Permalink
chore(project): add linting
Browse files Browse the repository at this point in the history
+ fix lint style
  • Loading branch information
nikku committed Jan 1, 2020
1 parent 814697a commit 44afe61
Show file tree
Hide file tree
Showing 11 changed files with 1,083 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
@@ -0,0 +1,3 @@
dist
src/parser.js
src/parser.terms.js
3 changes: 3 additions & 0 deletions .eslintrc
@@ -0,0 +1,3 @@
{
"extends": "plugin:bpmn-io/es6"
}
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,4 +1,5 @@
node_modules
test
tmp
rollup.config.js
rollup.config.js
.eslintrc

0 comments on commit 44afe61

Please sign in to comment.