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
b063addb76
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): use shared linter config
2018-02-14 15:42:52 +00:00
"extends": "plugin:bpmn-io/es5",
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
}
}