Skip to content

Commit

Permalink
SAK-45034 Webcomponents do not compile on windows (sakaiproject#9027)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRutea authored Feb 17, 2021
1 parent 0af0e5c commit 4fcfd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcomponents/tool/src/main/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"parserOptions": { "ecmaVersion": 12, "sourceType": "module" },
"rules": {
"indent": ["warn", 2, { "SwitchCase": 1, "MemberExpression": "off", "ignoredNodes": ["TemplateLiteral > *"] }],
"linebreak-style": ["error","unix"],
"linebreak-style": ["warn","unix"],
"semi": ["warn", "always"],
"no-unused-vars": "warn",
"no-undef": "warn",
Expand Down

0 comments on commit 4fcfd68

Please sign in to comment.