Skip to content

Commit d9d0e76

Browse files
Update-npm-ignore-list (#2)
* Update .npmignore to include eslint.config.js and rename .prettierrc to .prettierrc.js * 1.0.2
1 parent de74ac7 commit d9d0e76

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
22
/docs
3-
.prettierrc
3+
.prettierrc.js
4+
eslint.config.js
45
.github

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andreasnicolaou/eslint-plugin-conditional-best-practices",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ESLint plugin to disallow excessive nested conditionals to improve readability",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)