This website requires JavaScript.
Explore
Help
Sign in
archive
/
theorangeone.net-legacy
Watch
1
Fork
You've already forked theorangeone.net-legacy
0
Code
Activity
70612d24ca
theorangeone.net-legacy
/
.eslintrc
11 lines
124 B
Text
Raw
Normal View
History
Unescape
Escape
Add eslint
2017-04-30 22:46:42 +01:00
{
"extends": [
"dabapps/commonjs",
Make `mermaid` global, and use `$` directly
2018-03-11 21:41:47 +00:00
"dabapps/browser"
Fix lint on main js files
2017-05-06 14:58:44 +01:00
],
"globals": {
Don't bundle all JS into 1
2018-08-15 19:51:15 +01:00
"mermaid": true,
"$": true
Fix lint on main js files
2017-05-06 14:58:44 +01:00
}
Add eslint
2017-04-30 22:46:42 +01:00
}
Copy permalink