Skip to content

Commit

Permalink
remove unnecessary excludes now that everything is output into dist f…
Browse files Browse the repository at this point in the history
…older
  • Loading branch information
emma-sg committed Jan 12, 2024
1 parent 210bb52 commit 7a72328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ module.exports = {
"@typescript-eslint/consistent-type-exports": "error",
"@typescript-eslint/no-explicit-any": "warn",
},
ignorePatterns: [
"ruffle/**/*",
"build/**/*",
"/sw.js",
"/ui.js",
"dist/**/*",
],
ignorePatterns: ["ruffle/**/*", "build/**/*", "dist/**/*"],
reportUnusedDisableDirectives: true,
};
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ _data/
_site/
dist/
plugins-*/
sw.js
ui.js
.jekyll-cache

ipfs-core.min.js

0 comments on commit 7a72328

Please sign in to comment.