Skip to content
Snippets Groups Projects

Set up libraries building as static files

Merged Igor Markin requested to merge feature-move-js-libs-to-vcl into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -30,7 +30,10 @@ module.exports = {
],
"indent": [
"error",
2
2,
{
SwitchCase: 1
}
],
"no-multiple-empty-lines": [
"error",
Loading