Skip to content

Commit

Permalink
fix: ignore dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo authored and github-actions[bot] committed Oct 25, 2024
1 parent d7a65e9 commit 2ac63a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
const config = [
{
ignores: ["**/node_modules", ".history"],
ignores: [
"**/node_modules",
".history",
"dist",
],
},
{
languageOptions: {
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fauna/typescript",
"version": "0.0.11",
"version": "0.0.12",
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2ac63a0

Please sign in to comment.