Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed May 20, 2022
1 parent 0972217 commit 397a192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"ignorePatterns": ["**/*.js"],
"env": {
"browser": true,
Expand Down
1 change: 1 addition & 0 deletions example/electron/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
root: true,
extends: 'erb',
rules: {
// A temporary hack related to IDE not resolving correct package.json
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 397a192

Please sign in to comment.