mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2026-03-13 10:30:34 +08:00
chore: document different eslint configs
This commit is contained in:
committed by
Nico Rehwaldt
parent
52860cf0e4
commit
e48603e158
@@ -20,6 +20,8 @@ export default [
|
||||
{
|
||||
ignores: files.ignored
|
||||
},
|
||||
|
||||
// build
|
||||
...bpmnIoPlugin.configs.node.map(config => {
|
||||
|
||||
return {
|
||||
@@ -27,6 +29,8 @@ export default [
|
||||
files: files.build
|
||||
};
|
||||
}),
|
||||
|
||||
// lib + test
|
||||
...bpmnIoPlugin.configs.browser.map(config => {
|
||||
|
||||
return {
|
||||
@@ -34,6 +38,8 @@ export default [
|
||||
ignores: files.build
|
||||
};
|
||||
}),
|
||||
|
||||
// test
|
||||
...bpmnIoPlugin.configs.mocha.map(config => {
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user