Skip to content

Commit d01cbd6

Browse files
committed
chore: update npm ignore file
1 parent a5aef1b commit d01cbd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,20 @@ COMMIT_EDITMSG
4848
# eslint files
4949
.eslintignore
5050
.eslintrc{,.json}
51+
eslint.config{,.js,.mjs,.cjs,.ts,.mts,.cts}
5152

5253
# Optional eslint cache
5354
.eslintcache
5455

5556
# prettier files
5657
.prettierignore
5758
.prettierrc{,.json}
59+
prettier.config.mjs
5860

5961

6062
# lintstaged rule configurations file
6163
.lintstagedrc{,.json}
64+
lint-staged.config.mjs
6265

6366
# babel rule configurations file
6467
.babelrc{,.json}
@@ -72,6 +75,7 @@ commitlint.config.*
7275
jest.config.*
7376
webpack.config.*
7477
jsdoc.config.*
78+
jsconfig.json
7579

7680
# editor configurations file
7781
.editorconfig

0 commit comments

Comments
 (0)