This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
Watch
1
Star
0
Fork
You've already forked bpmn-js
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61c0b58a16
bpmn-js
/
.eslintrc
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore(project): switch to eslint Use eslint instead of jshint for linting. * better linting results * test files linted, too * consistent code style checks Closes #568
2016-06-07 06:46:45 +00:00
{
chore(project): build pre-packaged distros with Rollup * enables tree-shaking * simplifies build
2018-04-02 21:15:15 +00:00
"extends": "plugin:bpmn-io/es6",
chore(project): switch to eslint Use eslint instead of jshint for linting. * better linting results * test files linted, too * consistent code style checks Closes #568
2016-06-07 06:46:45 +00:00
"env": {
chore(project): use shared linter config
2018-02-14 15:42:52 +00:00
"browser": true
chore(project): switch to eslint Use eslint instead of jshint for linting. * better linting results * test files linted, too * consistent code style checks Closes #568
2016-06-07 06:46:45 +00:00
}
}