You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpmn-visualization uses it own dedicated eslint configuration but we have the we have the same need in several repositories.
For demos, we recently experiment xo that also allows shared configuration but we didn't setup it.
Some other repositories that need a linter configuration
bpmn-visualization uses it own dedicated eslint configuration but we have the we have the same need in several repositories.
For demos, we recently experiment
xo
that also allows shared configuration but we didn't setup it.Some other repositories that need a linter configuration
The website has its own eslint configuration which initially duplicated from the configuration of this repository.
So, it's time to consider to create one or several shared configurations
We could start by extracting the configuration and create a first shared configuration for TypeScript browser project.
Prerequisites
IMPORTANT: requires to implement #2078 and #2742 first
Prettier configuration
Editor configuration
Notice plugin (license header)
Editor configuration
.editorconfig
file exists in the repo to provide some styling config for JS/TS and documentation (markdown, adoc, ...)-Find alternatives for (see below)
Review the configuration of the demo repositories (xo) and evaluate adding new rules
Alternatives for
.editorconfig
We may need to introduce linter for markdown and AsciiDoc
Share the configuration
Create a dedicated repository to host the shared configuration
The text was updated successfully, but these errors were encountered: