Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
- eslint: fix ignore for dist/ folder
  • Loading branch information
whyhankee committed Sep 2, 2024
1 parent 5a99618 commit a5f47d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wescfg",
"version": "0.0.13",
"version": "0.0.14",
"description": "Whyhankee's ESlint/Prettier config",
"main": "src/index.mjs",
"type": "module",
Expand Down
4 changes: 3 additions & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ export const eslintRules = {
}

export const eslintConfig = [
{
ignores: ["dist/*"],
},
{
plugins: {
"simple-import-sort": simpleImportSort,
},
ignores: ["dist/*"],
},
eslint.configs.recommended,
...tseslint.configs.recommended,
Expand Down

0 comments on commit a5f47d4

Please sign in to comment.