Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit da309ca

Browse files
authored
fix: test semantic release
1 parent 5d5d473 commit da309ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ npx eslint --init # or without "npx " if installed globally
114114

115115
You can also create the `.eslintrc` file manually. It’s a good idea to consult the [ESLint documentation](http://eslint.org/docs/user-guide/configuring), including the [list of rules](http://eslint.org/docs/rules/).
116116

117-
118117
### .eslintignore
119118

120119
An `.eslintignore` file can be used to tell ESLint that certain files should not be linted. The `eslint` command-line tool will only look for an `.eslintignore` in the directory you run it from, so this file should almost always be placed in your project root. But `linter-eslint-node`, when linting a single file, will respect the first `.eslintignore` it finds, starting from the file’s path and moving upward until it reaches the project root.

0 commit comments

Comments
 (0)