Skip to content

Commit

Permalink
#80 fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Nov 28, 2024
1 parent eca8192 commit f351b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/config/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src="https://raw.githubusercontent.com/builder-group/monorepo/develop/packages/style-guide/.github/banner.svg" alt="@blgc/config banner">
<img src="https://raw.githubusercontent.com/builder-group/monorepo/develop/packages/config/.github/banner.svg" alt="@blgc/config banner">
</h1>

<p align="left">
Expand Down
3 changes: 2 additions & 1 deletion packages/config/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = [
}
},
{
files: ['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.js', 'src/**/*.jsx']
// files: ['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.js', 'src/**/*.jsx'],
ignores: ['dist/', 'node_modules/', '.turbo/', 'eslint.config.js']
}
];
8 changes: 1 addition & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blgc/config",
"version": "0.0.1",
"version": "0.0.30",
"private": false,
"description": "Builder.Group's engineering style guide",
"keywords": [],
Expand Down Expand Up @@ -50,11 +50,5 @@
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
},
"peerDependencies": {
"eslint": "^9.15.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
}
}

0 comments on commit f351b42

Please sign in to comment.