Skip to content

Commit a30379e

Browse files
nikkuNiklas Kiefer
authored and
Niklas Kiefer
committed
chore(project): verify license headers are present
Closes camunda#1232
1 parent 56de389 commit a30379e

File tree

3 files changed

+97
-69
lines changed

3 files changed

+97
-69
lines changed

Diff for: .eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"es6": true
44
},
55
"extends": [
6-
"plugin:bpmn-io/es6"
6+
"plugin:bpmn-io/es6",
7+
"plugin:camunda-licensed/mit"
78
]
89
}

Diff for: package-lock.json

+93-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@
4444
"electron-reloader": "^0.2.0",
4545
"eslint": "^5.13.0",
4646
"eslint-plugin-bpmn-io": "^0.6.1",
47+
"eslint-plugin-camunda-licensed": "^0.2.1",
4748
"eslint-plugin-import": "^2.16.0",
4849
"execa": "^1.0.0",
4950
"lerna": "^3.10.8",
5051
"mocha": "^5.2.0",
5152
"mri": "^1.1.4",
5253
"npm-run-all": "^4.1.5",
53-
"nyc": "^13.2.0",
54+
"nyc": "^13.3.0",
5455
"proxyquire": "^2.1.0",
5556
"sinon": "^7.2.3",
5657
"sinon-chai": "^3.3.0",

0 commit comments

Comments
 (0)