Skip to content

Commit

Permalink
SAK-45141 Added some more rules to webcomponents eslint (sakaiproject…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Mar 9, 2021
1 parent ddd41ee commit d834988
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webcomponents/tool/src/main/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@ module.exports = {
"no-redeclare": "warn",
"no-cond-assign": "warn",
"no-empty": "warn",
"no-var": "warn",
"prefer-const": "warn",
"no-param-reassign": "warn",
"comma-spacing": "warn",
"block-spacing": "warn",
"no-duplicate-imports": "warn",
"arrow-spacing": "warn",
"no-multiple-empty-lines": "warn",
"no-tabs": "warn",
}
};

0 comments on commit d834988

Please sign in to comment.